Html Css Color HEX #F62ACD Razzle Dazzle Rose

📋 copy color: '#F62ACD'

red 246 ◦ green 42 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F62ACD

Tints of Razzle Dazzle Rose #F62ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.52%

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 49.9%
G = 8.52%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F62ACD (or 0xF62ACD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2A and CD. RGB value is (246,42,205). Sum of RGB (Red+Green+Blue) = 246+42+205=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F62ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62ACD is #09D532. Grayscale: #797979. Windows color (decimal): -644403 or 13445878. OLE color: 13445878.

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

Color convert

RGB 246 42 205 -
CMYK 0 0.83 0.17 0.04
HSL 312.06º 0.92% 0.56% -
HSV(B) 312.06º 0.83% 0.96% -
XYZ 49.85 25.66 60.08 -
YUV 121.58 175.09 216.75 -
System Red Green Blue C M Y K H S L
Decimal 246 42 205 0 0.83 0.17 0.04 312.06 0.92 0.56
Hex F6 2A CD 0 53 11 4 138 5C 38
Octal 366 52 315 0 123 21 4 470 134 70
Binary 11110110 101010 11001101 0 1010011 10001 100 100111000 1011100 111000

Color Harmonies of #F62ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62ACD

Black with #F62ACD

Text Example


Text Example

White with #F62ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62ACD; }

 p { color: rgb(246,42,205); }

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

background-color css

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

 a { background-color: rgb(246,42,205); }

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

border-color css

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

 span { border-color: rgb(246,42,205); }

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