Html Css Color HEX #F946C0 Razzle Dazzle Rose

📋 copy color: '#F946C0'

red 249 ◦ green 70 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F946C0

Tints of Razzle Dazzle Rose #F946C0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.7%

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

R = 48.73%
G = 13.7%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F946C0 (or 0xF946C0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 46 and C0. RGB value is (249,70,192). Sum of RGB (Red+Green+Blue) = 249+70+192=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F946C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F946C0 is #06B93F. Grayscale: #898989. Windows color (decimal): -440640 or 12601081. OLE color: 12601081.

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

Color convert

RGB 249 70 192 -
CMYK 0 0.72 0.23 0.02
HSL 319.11º 0.94% 0.63% -
HSV(B) 319.11º 0.72% 0.98% -
XYZ 50.77 28.33 52.66 -
YUV 137.43 158.8 207.58 -
System Red Green Blue C M Y K H S L
Decimal 249 70 192 0 0.72 0.23 0.02 319.11 0.94 0.63
Hex F9 46 C0 0 48 17 2 13F 5E 3F
Octal 371 106 300 0 110 27 2 477 136 77
Binary 11111001 1000110 11000000 0 1001000 10111 10 100111111 1011110 111111

Color Harmonies of #F946C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F946C0

Black with #F946C0

Text Example


Text Example

White with #F946C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F946C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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