Html Css Color HEX #F133C7 Razzle Dazzle Rose

📋 copy color: '#F133C7'

red 241 ◦ green 51 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F133C7

Tints of Razzle Dazzle Rose #F133C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.53%

R = 49.08%
G = 10.39%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F133C7 (or 0xF133C7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 33 and C7. RGB value is (241,51,199). Sum of RGB (Red+Green+Blue) = 241+51+199=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F133C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133C7 is #0ECC38. Grayscale: #7C7C7C. Windows color (decimal): -969785 or 13054961. OLE color: 13054961.

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

Color convert

RGB 241 51 199 -
CMYK 0 0.79 0.17 0.05
HSL 313.26º 0.87% 0.57% -
HSV(B) 313.26º 0.79% 0.95% -
XYZ 47.77 25.19 56.38 -
YUV 124.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 241 51 199 0 0.79 0.17 0.05 313.26 0.87 0.57
Hex F1 33 C7 0 4F 11 5 139 57 39
Octal 361 63 307 0 117 21 5 471 127 71
Binary 11110001 110011 11000111 0 1001111 10001 101 100111001 1010111 111001

Color Harmonies of #F133C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133C7

Black with #F133C7

Text Example


Text Example

White with #F133C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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