Html Css Color HEX #F13EDF Razzle Dazzle Rose

📋 copy color: '#F13EDF'

red 241 ◦ green 62 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F13EDF

Tints of Razzle Dazzle Rose #F13EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 45.82%
G = 11.79%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F13EDF (or 0xF13EDF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3E and DF. RGB value is (241,62,223). Sum of RGB (Red+Green+Blue) = 241+62+223=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 62 (24.61% from 255 or 11.79% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13EDF is #0EC120. Grayscale: #858585. Windows color (decimal): -966945 or 14630641. OLE color: 14630641.

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

Color convert

RGB 241 62 223 -
CMYK 0 0.74 0.07 0.05
HSL 306.03º 0.86% 0.59% -
HSV(B) 306.03º 0.74% 0.95% -
XYZ 51.32 27.47 72.41 -
YUV 133.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 241 62 223 0 0.74 0.07 0.05 306.03 0.86 0.59
Hex F1 3E DF 0 4A 7 5 132 56 3B
Octal 361 76 337 0 112 7 5 462 126 73
Binary 11110001 111110 11011111 0 1001010 111 101 100110010 1010110 111011

Color Harmonies of #F13EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13EDF

Black with #F13EDF

Text Example


Text Example

White with #F13EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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