Html Css Color HEX #F13FC2 Razzle Dazzle Rose

📋 copy color: '#F13FC2'

red 241 ◦ green 63 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F13FC2

Tints of Razzle Dazzle Rose #F13FC2

RGB

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

 GREEN value IS 63 (25% from 255) = 12.65%

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

R = 48.39%
G = 12.65%
B = 38.96%

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

#F13FC2 (or 0xF13FC2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3F and C2. RGB value is (241,63,194). Sum of RGB (Red+Green+Blue) = 241+63+194=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FC2 is #0EC03D. Grayscale: #828282. Windows color (decimal): -966718 or 12730353. OLE color: 12730353.

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

Color convert

RGB 241 63 194 -
CMYK 0 0.74 0.20 0.05
HSL 315.84º 0.86% 0.6% -
HSV(B) 315.84º 0.74% 0.95% -
XYZ 47.79 26.15 53.57 -
YUV 131.16 163.47 206.35 -
System Red Green Blue C M Y K H S L
Decimal 241 63 194 0 0.74 0.20 0.05 315.84 0.86 0.6
Hex F1 3F C2 0 4A 14 5 13C 56 3C
Octal 361 77 302 0 112 24 5 474 126 74
Binary 11110001 111111 11000010 0 1001010 10100 101 100111100 1010110 111100

Color Harmonies of #F13FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FC2

Black with #F13FC2

Text Example


Text Example

White with #F13FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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