#F133F4

Color #F133F4 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F133F4

Tints of Razzle Dazzle Rose #F133F4

Color information

#F133F4 (or 0xF133F4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 33 and F4. RGB value is (241,51,244). Sum of RGB (Red+Green+Blue) = 241+51+244=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 51 (20.31% from 255 or 9.51% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #F133F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F133F4 is #0ECC0B. Grayscale: #818181. Windows color (decimal): -969740 or 16004081. OLE color: 16004081.

HSL color Cylindrical-coordinate representation of color #F133F4: hue angle of 299.07º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F133F4 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24151244-
CMYK0.010.7900.04
HSL299.07º89.77%57.84%-
HSV(B)299.07º79.1%95.69%-
XYZ53.7927.688.08-
YUV129.81192.45207.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.96%
GREEN value IS 51 (20.31% from 255) = 9.51%
BLUE value IS 244 (95.70% from 255) = 45.52%
R=44.96%
G=9.51%
B=45.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal241512440.010.7900.04299.0789.7757.84
HexF133F414F0412b5a3a
Octal3616336411170445313272
Binary11110001110011111101001100111101001001010111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133F4; }

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

 H1.HeaderClassName
 {
   color: #F133F4;
 }
 .AnyTagClassName
 {
   color: #F133F4;
 }
</style>
background-color css

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

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

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

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

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

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