Html Css Color HEX #F13BDB Razzle Dazzle Rose

📋 copy color: '#F13BDB'

red 241 ◦ green 59 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F13BDB

Tints of Razzle Dazzle Rose #F13BDB

RGB

 RED value IS 241 (94.53% from 255) = 46.44%

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

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

R = 46.44%
G = 11.37%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F13BDB (or 0xF13BDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3B and DB. RGB value is (241,59,219). Sum of RGB (Red+Green+Blue) = 241+59+219=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 59 (23.44% from 255 or 11.37% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F13BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13BDB is #0EC424. Grayscale: #838383. Windows color (decimal): -967717 or 14367729. OLE color: 14367729.

HSL color Cylindrical-coordinate representation of color #F13BDB: hue angle of 307.25º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13BDB is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 59 219 -
CMYK 0 0.76 0.09 0.05
HSL 307.25º 0.87% 0.59% -
HSV(B) 307.25º 0.76% 0.95% -
XYZ 50.63 26.94 69.55 -
YUV 131.66 177.3 205.99 -
System Red Green Blue C M Y K H S L
Decimal 241 59 219 0 0.76 0.09 0.05 307.25 0.87 0.59
Hex F1 3B DB 0 4C 9 5 133 57 3B
Octal 361 73 333 0 114 11 5 463 127 73
Binary 11110001 111011 11011011 0 1001100 1001 101 100110011 1010111 111011

Color Harmonies of #F13BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13BDB

Black with #F13BDB

Text Example


Text Example

White with #F13BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13BDB; }

 p { color: rgb(241,59,219); }

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

background-color css

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

 a { background-color: rgb(241,59,219); }

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

border-color css

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

 span { border-color: rgb(241,59,219); }

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