#F133F1

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

Shades of Razzle Dazzle Rose #F133F1

Tints of Razzle Dazzle Rose #F133F1

Color information

#F133F1 (or 0xF133F1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 33 and F1. RGB value is (241,51,241). Sum of RGB (Red+Green+Blue) = 241+51+241=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 51 (20.31% from 255 or 9.57% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F133F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F133F1 is #0ECC0E. Grayscale: #808080. Windows color (decimal): -969743 or 15807473. OLE color: 15807473.

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

Color convert

RGB24151241-
CMYK00.7900.05
HSL300º87.16%57.25%-
HSV(B)300º78.84%94.51%-
XYZ53.3427.4285.7-
YUV129.47190.95207.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 51 (20.31% from 255) = 9.57%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=45.22%
G=9.57%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415124100.7900.0530087.1657.25
HexF133F104F0512c5739
Octal3616336101170545412771
Binary11110001110011111100010100111101011001011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133F1; }

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

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

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

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

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

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

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

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