Html Css Color HEX #F942C0 Razzle Dazzle Rose

📋 copy color: '#F942C0'

red 249 ◦ green 66 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F942C0

Tints of Razzle Dazzle Rose #F942C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.87%

R = 49.11%
G = 13.02%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F942C0 (or 0xF942C0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 42 and C0. RGB value is (249,66,192). Sum of RGB (Red+Green+Blue) = 249+66+192=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F942C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F942C0 is #06BD3F. Grayscale: #868686. Windows color (decimal): -441664 or 12600057. OLE color: 12600057.

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

Color convert

RGB 249 66 192 -
CMYK 0 0.73 0.23 0.02
HSL 318.69º 0.94% 0.62% -
HSV(B) 318.69º 0.73% 0.98% -
XYZ 50.53 27.84 52.58 -
YUV 135.08 160.13 209.25 -
System Red Green Blue C M Y K H S L
Decimal 249 66 192 0 0.73 0.23 0.02 318.69 0.94 0.62
Hex F9 42 C0 0 49 17 2 13F 5E 3E
Octal 371 102 300 0 111 27 2 477 136 76
Binary 11111001 1000010 11000000 0 1001001 10111 10 100111111 1011110 111110

Color Harmonies of #F942C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942C0

Black with #F942C0

Text Example


Text Example

White with #F942C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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