Html Css Color HEX #F13EDD Razzle Dazzle Rose

📋 copy color: '#F13EDD'

red 241 ◦ green 62 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F13EDD

Tints of Razzle Dazzle Rose #F13EDD

RGB

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

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

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

R = 45.99%
G = 11.83%
B = 42.18%

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

#F13EDD (or 0xF13EDD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3E and DD. RGB value is (241,62,221). Sum of RGB (Red+Green+Blue) = 241+62+221=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 62 (24.61% from 255 or 11.83% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13EDD is #0EC122. Grayscale: #858585. Windows color (decimal): -966947 or 14499569. OLE color: 14499569.

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

Color convert

RGB 241 62 221 -
CMYK 0 0.74 0.08 0.05
HSL 306.7º 0.86% 0.59% -
HSV(B) 306.7º 0.74% 0.95% -
XYZ 51.05 27.37 71 -
YUV 133.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 241 62 221 0 0.74 0.08 0.05 306.7 0.86 0.59
Hex F1 3E DD 0 4A 8 5 133 56 3B
Octal 361 76 335 0 112 10 5 463 126 73
Binary 11110001 111110 11011101 0 1001010 1000 101 100110011 1010110 111011

Color Harmonies of #F13EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13EDD

Black with #F13EDD

Text Example


Text Example

White with #F13EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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