Html Css Color HEX #F13ADB Razzle Dazzle Rose

📋 copy color: '#F13ADB'

red 241 ◦ green 58 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F13ADB

Tints of Razzle Dazzle Rose #F13ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.2%

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

R = 46.53%
G = 11.2%
B = 42.28%

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

#F13ADB (or 0xF13ADB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3A and DB. RGB value is (241,58,219). Sum of RGB (Red+Green+Blue) = 241+58+219=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F13ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13ADB is #0EC524. Grayscale: #828282. Windows color (decimal): -967973 or 14367473. OLE color: 14367473.

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

Color convert

RGB 241 58 219 -
CMYK 0 0.76 0.09 0.05
HSL 307.21º 0.87% 0.59% -
HSV(B) 307.21º 0.76% 0.95% -
XYZ 50.57 26.84 69.53 -
YUV 131.07 177.63 206.41 -
System Red Green Blue C M Y K H S L
Decimal 241 58 219 0 0.76 0.09 0.05 307.21 0.87 0.59
Hex F1 3A DB 0 4C 9 5 133 57 3B
Octal 361 72 333 0 114 11 5 463 127 73
Binary 11110001 111010 11011011 0 1001100 1001 101 100110011 1010111 111011

Color Harmonies of #F13ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13ADB

Black with #F13ADB

Text Example


Text Example

White with #F13ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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