Html Css Color HEX #F13CDB Razzle Dazzle Rose

📋 copy color: '#F13CDB'

red 241 ◦ green 60 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F13CDB

Tints of Razzle Dazzle Rose #F13CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.54%

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

R = 46.35%
G = 11.54%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F13CDB (or 0xF13CDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3C and DB. RGB value is (241,60,219). Sum of RGB (Red+Green+Blue) = 241+60+219=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 60 (23.83% from 255 or 11.54% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13CDB is #0EC324. Grayscale: #838383. Windows color (decimal): -967461 or 14367985. OLE color: 14367985.

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

Color convert

RGB 241 60 219 -
CMYK 0 0.75 0.09 0.05
HSL 307.29º 0.87% 0.59% -
HSV(B) 307.29º 0.75% 0.95% -
XYZ 50.68 27.05 69.57 -
YUV 132.25 176.97 205.57 -
System Red Green Blue C M Y K H S L
Decimal 241 60 219 0 0.75 0.09 0.05 307.29 0.87 0.59
Hex F1 3C DB 0 4B 9 5 133 57 3B
Octal 361 74 333 0 113 11 5 463 127 73
Binary 11110001 111100 11011011 0 1001011 1001 101 100110011 1010111 111011

Color Harmonies of #F13CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CDB

Black with #F13CDB

Text Example


Text Example

White with #F13CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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