Html Css Color HEX #F62AD4 Razzle Dazzle Rose

📋 copy color: '#F62AD4'

red 246 ◦ green 42 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F62AD4

Tints of Razzle Dazzle Rose #F62AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.4%

R = 49.2%
G = 8.4%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F62AD4 (or 0xF62AD4) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2A and D4. RGB value is (246,42,212). Sum of RGB (Red+Green+Blue) = 246+42+212=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F62AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62AD4 is #09D52B. Grayscale: #797979. Windows color (decimal): -644396 or 13904630. OLE color: 13904630.

HSL color Cylindrical-coordinate representation of color #F62AD4: hue angle of 310º 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 #F62AD4 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 42 212 -
CMYK 0 0.83 0.14 0.04
HSL 310º 0.92% 0.56% -
HSV(B) 310º 0.83% 0.96% -
XYZ 50.72 26 64.63 -
YUV 122.38 178.59 216.18 -
System Red Green Blue C M Y K H S L
Decimal 246 42 212 0 0.83 0.14 0.04 310 0.92 0.56
Hex F6 2A D4 0 53 E 4 136 5C 38
Octal 366 52 324 0 123 16 4 466 134 70
Binary 11110110 101010 11010100 0 1010011 1110 100 100110110 1011100 111000

Color Harmonies of #F62AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62AD4

Black with #F62AD4

Text Example


Text Example

White with #F62AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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