Html Css Color HEX #F13EC2 Razzle Dazzle Rose

📋 copy color: '#F13EC2'

red 241 ◦ green 62 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F13EC2

Tints of Razzle Dazzle Rose #F13EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.03%

R = 48.49%
G = 12.47%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F13EC2 (or 0xF13EC2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3E and C2. RGB value is (241,62,194). Sum of RGB (Red+Green+Blue) = 241+62+194=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13EC2 is #0EC13D. Grayscale: #828282. Windows color (decimal): -966974 or 12730097. OLE color: 12730097.

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

Color convert

RGB 241 62 194 -
CMYK 0 0.74 0.20 0.05
HSL 315.75º 0.86% 0.59% -
HSV(B) 315.75º 0.74% 0.95% -
XYZ 47.74 26.04 53.55 -
YUV 130.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 241 62 194 0 0.74 0.20 0.05 315.75 0.86 0.59
Hex F1 3E C2 0 4A 14 5 13C 56 3B
Octal 361 76 302 0 112 24 5 474 126 73
Binary 11110001 111110 11000010 0 1001010 10100 101 100111100 1010110 111011

Color Harmonies of #F13EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13EC2

Black with #F13EC2

Text Example


Text Example

White with #F13EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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