Html Css Color HEX #F93BBA Razzle Dazzle Rose

📋 copy color: '#F93BBA'

red 249 ◦ green 59 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F93BBA

Tints of Razzle Dazzle Rose #F93BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 50.4%
G = 11.94%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F93BBA (or 0xF93BBA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and BA. RGB value is (249,59,186). Sum of RGB (Red+Green+Blue) = 249+59+186=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BBA is #06C445. Grayscale: #818181. Windows color (decimal): -443462 or 12205049. OLE color: 12205049.

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

Color convert

RGB 249 59 186 -
CMYK 0 0.76 0.25 0.02
HSL 319.89º 0.94% 0.6% -
HSV(B) 319.89º 0.76% 0.98% -
XYZ 49.49 26.81 49.02 -
YUV 130.29 159.45 212.67 -
System Red Green Blue C M Y K H S L
Decimal 249 59 186 0 0.76 0.25 0.02 319.89 0.94 0.6
Hex F9 3B BA 0 4C 19 2 140 5E 3C
Octal 371 73 272 0 114 31 2 500 136 74
Binary 11111001 111011 10111010 0 1001100 11001 10 101000000 1011110 111100

Color Harmonies of #F93BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93BBA

Black with #F93BBA

Text Example


Text Example

White with #F93BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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