Html Css Color HEX #F13DDB Razzle Dazzle Rose

📋 copy color: '#F13DDB'

red 241 ◦ green 61 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F13DDB

Tints of Razzle Dazzle Rose #F13DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.71%

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

R = 46.26%
G = 11.71%
B = 42.03%

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

#F13DDB (or 0xF13DDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3D and DB. RGB value is (241,61,219). Sum of RGB (Red+Green+Blue) = 241+61+219=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 61 (24.22% from 255 or 11.71% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F13DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13DDB is #0EC224. Grayscale: #848484. Windows color (decimal): -967205 or 14368241. OLE color: 14368241.

HSL color Cylindrical-coordinate representation of color #F13DDB: hue angle of 307.33º 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 #F13DDB is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 61 219 -
CMYK 0 0.75 0.09 0.05
HSL 307.33º 0.87% 0.59% -
HSV(B) 307.33º 0.75% 0.95% -
XYZ 50.73 27.15 69.59 -
YUV 132.83 176.63 205.15 -
System Red Green Blue C M Y K H S L
Decimal 241 61 219 0 0.75 0.09 0.05 307.33 0.87 0.59
Hex F1 3D DB 0 4B 9 5 133 57 3B
Octal 361 75 333 0 113 11 5 463 127 73
Binary 11110001 111101 11011011 0 1001011 1001 101 100110011 1010111 111011

Color Harmonies of #F13DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13DDB

Black with #F13DDB

Text Example


Text Example

White with #F13DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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