Html Css Color HEX #F13ADD Razzle Dazzle Rose

📋 copy color: '#F13ADD'

red 241 ◦ green 58 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F13ADD

Tints of Razzle Dazzle Rose #F13ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 46.35%
G = 11.15%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F13ADD (or 0xF13ADD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3A and DD. RGB value is (241,58,221). Sum of RGB (Red+Green+Blue) = 241+58+221=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 58 (23.05% from 255 or 11.15% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F13ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13ADD is #0EC522. Grayscale: #828282. Windows color (decimal): -967971 or 14498545. OLE color: 14498545.

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

Color convert

RGB 241 58 221 -
CMYK 0 0.76 0.08 0.05
HSL 306.56º 0.87% 0.59% -
HSV(B) 306.56º 0.76% 0.95% -
XYZ 50.84 26.95 70.93 -
YUV 131.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 241 58 221 0 0.76 0.08 0.05 306.56 0.87 0.59
Hex F1 3A DD 0 4C 8 5 133 57 3B
Octal 361 72 335 0 114 10 5 463 127 73
Binary 11110001 111010 11011101 0 1001100 1000 101 100110011 1010111 111011

Color Harmonies of #F13ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13ADD

Black with #F13ADD

Text Example


Text Example

White with #F13ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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