Html Css Color HEX #F93BBC Razzle Dazzle Rose

📋 copy color: '#F93BBC'

red 249 ◦ green 59 ◦ blue 188

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

Shades of Razzle Dazzle Rose #F93BBC

Tints of Razzle Dazzle Rose #F93BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.9%

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 50.2%
G = 11.9%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F93BBC (or 0xF93BBC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and BC. RGB value is (249,59,188). Sum of RGB (Red+Green+Blue) = 249+59+188=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 59 (23.44% from 255 or 11.90% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BBC is #06C443. Grayscale: #828282. Windows color (decimal): -443460 or 12336121. OLE color: 12336121.

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

Color convert

RGB 249 59 188 -
CMYK 0 0.76 0.24 0.02
HSL 319.26º 0.94% 0.6% -
HSV(B) 319.26º 0.76% 0.98% -
XYZ 49.71 26.9 50.15 -
YUV 130.52 160.45 212.51 -
System Red Green Blue C M Y K H S L
Decimal 249 59 188 0 0.76 0.24 0.02 319.26 0.94 0.6
Hex F9 3B BC 0 4C 18 2 13F 5E 3C
Octal 371 73 274 0 114 30 2 477 136 74
Binary 11111001 111011 10111100 0 1001100 11000 10 100111111 1011110 111100

Color Harmonies of #F93BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93BBC

Black with #F93BBC

Text Example


Text Example

White with #F93BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93BBC; }

 p { color: rgb(249,59,188); }

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

background-color css

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

 a { background-color: rgb(249,59,188); }

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

border-color css

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

 span { border-color: rgb(249,59,188); }

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