Html Css Color HEX #F942D5 Razzle Dazzle Rose

📋 copy color: '#F942D5'

red 249 ◦ green 66 ◦ blue 213

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

Shades of Razzle Dazzle Rose #F942D5

Tints of Razzle Dazzle Rose #F942D5

RGB

 RED value IS 249 (97.66% from 255) = 47.16%

 GREEN value IS 66 (26.17% from 255) = 12.5%

 BLUE value IS 213 (83.59% from 255) = 40.34%

R = 47.16%
G = 12.5%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F942D5 (or 0xF942D5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 42 and D5. RGB value is (249,66,213). Sum of RGB (Red+Green+Blue) = 249+66+213=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 66 (26.17% from 255 or 12.5% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F942D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F942D5 is #06BD2A. Grayscale: #898989. Windows color (decimal): -441643 or 13976313. OLE color: 13976313.

HSL color Cylindrical-coordinate representation of color #F942D5: hue angle of 311.8º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F942D5 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 66 213 -
CMYK 0 0.73 0.14 0.02
HSL 311.8º 0.94% 0.62% -
HSV(B) 311.8º 0.73% 0.98% -
XYZ 53.03 28.84 65.72 -
YUV 137.48 170.63 207.55 -
System Red Green Blue C M Y K H S L
Decimal 249 66 213 0 0.73 0.14 0.02 311.8 0.94 0.62
Hex F9 42 D5 0 49 E 2 138 5E 3E
Octal 371 102 325 0 111 16 2 470 136 76
Binary 11111001 1000010 11010101 0 1001001 1110 10 100111000 1011110 111110

Color Harmonies of #F942D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942D5

Black with #F942D5

Text Example


Text Example

White with #F942D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942D5; }

 p { color: rgb(249,66,213); }

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

background-color css

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

 a { background-color: rgb(249,66,213); }

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

border-color css

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

 span { border-color: rgb(249,66,213); }

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