Html Css Color HEX #F91BDB Razzle Dazzle Rose

📋 copy color: '#F91BDB'

red 249 ◦ green 27 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F91BDB

Tints of Razzle Dazzle Rose #F91BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.45%

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 50.3%
G = 5.45%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F91BDB (or 0xF91BDB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1B and DB. RGB value is (249,27,219). Sum of RGB (Red+Green+Blue) = 249+27+219=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 27 (10.94% from 255 or 5.45% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91BDB is #06E424. Grayscale: #727272. Windows color (decimal): -451621 or 14359545. OLE color: 14359545.

HSL color Cylindrical-coordinate representation of color #F91BDB: hue angle of 308.11º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91BDB is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 27 219 -
CMYK 0 0.89 0.12 0.02
HSL 308.11º 0.95% 0.54% -
HSV(B) 308.11º 0.89% 0.98% -
XYZ 52.25 26.04 69.29 -
YUV 115.27 186.55 223.39 -
System Red Green Blue C M Y K H S L
Decimal 249 27 219 0 0.89 0.12 0.02 308.11 0.95 0.54
Hex F9 1B DB 0 59 C 2 134 5F 36
Octal 371 33 333 0 131 14 2 464 137 66
Binary 11111001 11011 11011011 0 1011001 1100 10 100110100 1011111 110110

Color Harmonies of #F91BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91BDB

Black with #F91BDB

Text Example


Text Example

White with #F91BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91BDB; }

 p { color: rgb(249,27,219); }

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

background-color css

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

 a { background-color: rgb(249,27,219); }

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

border-color css

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

 span { border-color: rgb(249,27,219); }

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