Html Css Color HEX #F13EDB Razzle Dazzle Rose

📋 copy color: '#F13EDB'

red 241 ◦ green 62 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F13EDB

Tints of Razzle Dazzle Rose #F13EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.88%

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

R = 46.17%
G = 11.88%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F13EDB (or 0xF13EDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3E and DB. RGB value is (241,62,219). Sum of RGB (Red+Green+Blue) = 241+62+219=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 62 (24.61% from 255 or 11.88% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13EDB is #0EC124. Grayscale: #848484. Windows color (decimal): -966949 or 14368497. OLE color: 14368497.

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

Color convert

RGB 241 62 219 -
CMYK 0 0.74 0.09 0.05
HSL 307.37º 0.86% 0.59% -
HSV(B) 307.37º 0.74% 0.95% -
XYZ 50.78 27.26 69.6 -
YUV 133.42 176.3 204.73 -
System Red Green Blue C M Y K H S L
Decimal 241 62 219 0 0.74 0.09 0.05 307.37 0.86 0.59
Hex F1 3E DB 0 4A 9 5 133 56 3B
Octal 361 76 333 0 112 11 5 463 126 73
Binary 11110001 111110 11011011 0 1001010 1001 101 100110011 1010110 111011

Color Harmonies of #F13EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13EDB

Black with #F13EDB

Text Example


Text Example

White with #F13EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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