Html Css Color HEX #F13EDE Razzle Dazzle Rose

📋 copy color: '#F13EDE'

red 241 ◦ green 62 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F13EDE

Tints of Razzle Dazzle Rose #F13EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.81%

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

R = 45.9%
G = 11.81%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F13EDE (or 0xF13EDE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3E and DE. RGB value is (241,62,222). Sum of RGB (Red+Green+Blue) = 241+62+222=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 62 (24.61% from 255 or 11.81% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13EDE is #0EC121. Grayscale: #858585. Windows color (decimal): -966946 or 14565105. OLE color: 14565105.

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

Color convert

RGB 241 62 222 -
CMYK 0 0.74 0.08 0.05
HSL 306.37º 0.86% 0.59% -
HSV(B) 306.37º 0.74% 0.95% -
XYZ 51.18 27.42 71.7 -
YUV 133.76 177.8 204.49 -
System Red Green Blue C M Y K H S L
Decimal 241 62 222 0 0.74 0.08 0.05 306.37 0.86 0.59
Hex F1 3E DE 0 4A 8 5 132 56 3B
Octal 361 76 336 0 112 10 5 462 126 73
Binary 11110001 111110 11011110 0 1001010 1000 101 100110010 1010110 111011

Color Harmonies of #F13EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13EDE

Black with #F13EDE

Text Example


Text Example

White with #F13EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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