Html Css Color HEX #F93CB8 Razzle Dazzle Rose

📋 copy color: '#F93CB8'

red 249 ◦ green 60 ◦ blue 184

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

Shades of Razzle Dazzle Rose #F93CB8

Tints of Razzle Dazzle Rose #F93CB8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.17%

 BLUE value IS 184 (72.27% from 255) = 37.32%

R = 50.51%
G = 12.17%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F93CB8 (or 0xF93CB8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and B8. RGB value is (249,60,184). Sum of RGB (Red+Green+Blue) = 249+60+184=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CB8 is #06C347. Grayscale: #828282. Windows color (decimal): -443208 or 12074233. OLE color: 12074233.

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

Color convert

RGB 249 60 184 -
CMYK 0 0.76 0.26 0.02
HSL 320.63º 0.94% 0.61% -
HSV(B) 320.63º 0.76% 0.98% -
XYZ 49.33 26.83 47.93 -
YUV 130.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 249 60 184 0 0.76 0.26 0.02 320.63 0.94 0.61
Hex F9 3C B8 0 4C 1A 2 141 5E 3D
Octal 371 74 270 0 114 32 2 501 136 75
Binary 11111001 111100 10111000 0 1001100 11010 10 101000001 1011110 111101

Color Harmonies of #F93CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93CB8

Black with #F93CB8

Text Example


Text Example

White with #F93CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93CB8; }

 p { color: rgb(249,60,184); }

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

background-color css

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

 a { background-color: rgb(249,60,184); }

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

border-color css

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

 span { border-color: rgb(249,60,184); }

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