Html Css Color HEX #F936D6 Razzle Dazzle Rose

📋 copy color: '#F936D6'

red 249 ◦ green 54 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F936D6

Tints of Razzle Dazzle Rose #F936D6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.44%

 BLUE value IS 214 (83.98% from 255) = 41.39%

R = 48.16%
G = 10.44%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F936D6 (or 0xF936D6) is known color: Razzle Dazzle Rose. HEX triplet: F9, 36 and D6. RGB value is (249,54,214). Sum of RGB (Red+Green+Blue) = 249+54+214=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 54 (21.48% from 255 or 10.44% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F936D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F936D6 is #06C929. Grayscale: #828282. Windows color (decimal): -444714 or 14038777. OLE color: 14038777.

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

Color convert

RGB 249 54 214 -
CMYK 0 0.78 0.14 0.02
HSL 310.77º 0.94% 0.59% -
HSV(B) 310.77º 0.78% 0.98% -
XYZ 52.52 27.63 66.18 -
YUV 130.55 175.1 212.49 -
System Red Green Blue C M Y K H S L
Decimal 249 54 214 0 0.78 0.14 0.02 310.77 0.94 0.59
Hex F9 36 D6 0 4E E 2 137 5E 3B
Octal 371 66 326 0 116 16 2 467 136 73
Binary 11111001 110110 11010110 0 1001110 1110 10 100110111 1011110 111011

Color Harmonies of #F936D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F936D6

Black with #F936D6

Text Example


Text Example

White with #F936D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F936D6; }

 p { color: rgb(249,54,214); }

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

background-color css

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

 a { background-color: rgb(249,54,214); }

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

border-color css

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

 span { border-color: rgb(249,54,214); }

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