Html Css Color HEX #F13ADE Razzle Dazzle Rose

📋 copy color: '#F13ADE'

red 241 ◦ green 58 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F13ADE

Tints of Razzle Dazzle Rose #F13ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 46.26%
G = 11.13%
B = 42.61%

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

#F13ADE (or 0xF13ADE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3A and DE. RGB value is (241,58,222). Sum of RGB (Red+Green+Blue) = 241+58+222=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F13ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13ADE is #0EC521. Grayscale: #828282. Windows color (decimal): -967970 or 14564081. OLE color: 14564081.

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

Color convert

RGB 241 58 222 -
CMYK 0 0.76 0.08 0.05
HSL 306.23º 0.87% 0.59% -
HSV(B) 306.23º 0.76% 0.95% -
XYZ 50.97 27 71.63 -
YUV 131.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 241 58 222 0 0.76 0.08 0.05 306.23 0.87 0.59
Hex F1 3A DE 0 4C 8 5 132 57 3B
Octal 361 72 336 0 114 10 5 462 127 73
Binary 11110001 111010 11011110 0 1001100 1000 101 100110010 1010111 111011

Color Harmonies of #F13ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13ADE

Black with #F13ADE

Text Example


Text Example

White with #F13ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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