Html Css Color HEX #F942D1 Razzle Dazzle Rose

📋 copy color: '#F942D1'

red 249 ◦ green 66 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F942D1

Tints of Razzle Dazzle Rose #F942D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.89%

R = 47.52%
G = 12.6%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F942D1 (or 0xF942D1) is known color: Razzle Dazzle Rose. HEX triplet: F9, 42 and D1. RGB value is (249,66,209). Sum of RGB (Red+Green+Blue) = 249+66+209=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F942D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F942D1 is #06BD2E. Grayscale: #888888. Windows color (decimal): -441647 or 13714169. OLE color: 13714169.

HSL color Cylindrical-coordinate representation of color #F942D1: hue angle of 313.11º 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 #F942D1 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 66 209 -
CMYK 0 0.73 0.16 0.02
HSL 313.11º 0.94% 0.62% -
HSV(B) 313.11º 0.73% 0.98% -
XYZ 52.52 28.64 63.08 -
YUV 137.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 249 66 209 0 0.73 0.16 0.02 313.11 0.94 0.62
Hex F9 42 D1 0 49 10 2 139 5E 3E
Octal 371 102 321 0 111 20 2 471 136 76
Binary 11111001 1000010 11010001 0 1001001 10000 10 100111001 1011110 111110

Color Harmonies of #F942D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942D1

Black with #F942D1

Text Example


Text Example

White with #F942D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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