Html Css Color HEX #F936D4 Razzle Dazzle Rose

📋 copy color: '#F936D4'

red 249 ◦ green 54 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F936D4

Tints of Razzle Dazzle Rose #F936D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.17%

R = 48.35%
G = 10.49%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F936D4 (or 0xF936D4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 36 and D4. RGB value is (249,54,212). Sum of RGB (Red+Green+Blue) = 249+54+212=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 54 (21.48% from 255 or 10.49% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F936D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F936D4 is #06C92B. Grayscale: #818181. Windows color (decimal): -444716 or 13907705. OLE color: 13907705.

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

Color convert

RGB 249 54 212 -
CMYK 0 0.78 0.15 0.02
HSL 311.38º 0.94% 0.59% -
HSV(B) 311.38º 0.78% 0.98% -
XYZ 52.27 27.53 64.85 -
YUV 130.32 174.1 212.65 -
System Red Green Blue C M Y K H S L
Decimal 249 54 212 0 0.78 0.15 0.02 311.38 0.94 0.59
Hex F9 36 D4 0 4E F 2 137 5E 3B
Octal 371 66 324 0 116 17 2 467 136 73
Binary 11111001 110110 11010100 0 1001110 1111 10 100110111 1011110 111011

Color Harmonies of #F936D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F936D4

Black with #F936D4

Text Example


Text Example

White with #F936D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F936D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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