Html Css Color HEX #F133C5 Razzle Dazzle Rose

📋 copy color: '#F133C5'

red 241 ◦ green 51 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F133C5

Tints of Razzle Dazzle Rose #F133C5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.43%

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 49.28%
G = 10.43%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F133C5 (or 0xF133C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 33 and C5. RGB value is (241,51,197). Sum of RGB (Red+Green+Blue) = 241+51+197=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F133C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133C5 is #0ECC3A. Grayscale: #7C7C7C. Windows color (decimal): -969787 or 12923889. OLE color: 12923889.

HSL color Cylindrical-coordinate representation of color #F133C5: hue angle of 313.89º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F133C5 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 51 197 -
CMYK 0 0.79 0.18 0.05
HSL 313.89º 0.87% 0.57% -
HSV(B) 313.89º 0.79% 0.95% -
XYZ 47.54 25.1 55.16 -
YUV 124.45 168.95 211.13 -
System Red Green Blue C M Y K H S L
Decimal 241 51 197 0 0.79 0.18 0.05 313.89 0.87 0.57
Hex F1 33 C5 0 4F 12 5 13A 57 39
Octal 361 63 305 0 117 22 5 472 127 71
Binary 11110001 110011 11000101 0 1001111 10010 101 100111010 1010111 111001

Color Harmonies of #F133C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133C5

Black with #F133C5

Text Example


Text Example

White with #F133C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133C5; }

 p { color: rgb(241,51,197); }

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

background-color css

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

 a { background-color: rgb(241,51,197); }

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

border-color css

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

 span { border-color: rgb(241,51,197); }

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