#F335B7

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

Shades of Razzle Dazzle Rose #F335B7

Tints of Razzle Dazzle Rose #F335B7

Color information

#F335B7 (or 0xF335B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 35 and B7. RGB value is (243,53,183). Sum of RGB (Red+Green+Blue) = 243+53+183=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F335B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335B7 is #0CCA48. Grayscale: #7C7C7C. Windows color (decimal): -838217 or 12006899. OLE color: 12006899.

HSL color Cylindrical-coordinate representation of color #F335B7: hue angle of 318.95º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F335B7 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB24353183-
CMYK00.780.250.05
HSL318.95º88.79%58.04%-
HSV(B)318.95º78.19%95.29%-
XYZ46.7825.0247.16-
YUV124.63160.95212.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.73%
GREEN value IS 53 (21.09% from 255) = 11.06%
BLUE value IS 183 (71.88% from 255) = 38.20%
R=50.73%
G=11.06%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435318300.780.250.05318.9588.7958.04
HexF335B704E19513f593a
Octal36365267011631547713172
Binary111100111101011011011101001110110011011001111111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F335B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F335B7; }

 p { color: rgb(243,53,183); }

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

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

 a { background-color: rgb(243,53,183); }

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

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

 span { border-color: rgb(243,53,183); }

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