Html Css Color HEX #F621D3 Razzle Dazzle Rose

📋 copy color: '#F621D3'

red 246 ◦ green 33 ◦ blue 211

#F621D3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F621D3

Tints of Razzle Dazzle Rose #F621D3

RGB

 RED value IS 246 (96.48% from 255) = 50.2%

 GREEN value IS 33 (13.28% from 255) = 6.73%

 BLUE value IS 211 (82.81% from 255) = 43.06%

R = 50.2%
G = 6.73%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F621D3 (or 0xF621D3) is known color: Razzle Dazzle Rose. HEX triplet: F6, 21 and D3. RGB value is (246,33,211). Sum of RGB (Red+Green+Blue) = 246+33+211=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F621D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F621D3 is #09DE2C. Grayscale: #747474. Windows color (decimal): -646701 or 13836790. OLE color: 13836790.

HSL color Cylindrical-coordinate representation of color #F621D3: hue angle of 309.86º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F621D3 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 33 211 -
CMYK 0 0.87 0.14 0.04
HSL 309.86º 0.92% 0.55% -
HSV(B) 309.86º 0.87% 0.96% -
XYZ 50.31 25.38 63.88 -
YUV 116.98 181.07 220.03 -
System Red Green Blue C M Y K H S L
Decimal 246 33 211 0 0.87 0.14 0.04 309.86 0.92 0.55
Hex F6 21 D3 0 57 E 4 136 5C 37
Octal 366 41 323 0 127 16 4 466 134 67
Binary 11110110 100001 11010011 0 1010111 1110 100 100110110 1011100 110111

Color Harmonies of #F621D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F621D3

Black with #F621D3

Text Example


Text Example

White with #F621D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F621D3; }

 p { color: rgb(246,33,211); }

 H1.HeaderClassName
 {
   color: #F621D3;
 }
 .AnyTagClassName
 {
   color: #F621D3;
 }
</style>

background-color css

<style>
 a { background-color: #F621D3; }

 a { background-color: rgb(246,33,211); }

 div.DivClassName
 {
   background-color: #F621D3;
 }
 .BgClassName
 {
   background-color: #F621D3;
 }
</style>

border-color css

<style>
 span { border-color: #F621D3; }

 span { border-color: rgb(246,33,211); }

 td.TdClassName
 {
   border-color: #F621D3;
 }
 .TagClassName
 {
   border-color: #F621D3;
 }
</style>