#F335D1

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

Shades of Razzle Dazzle Rose #F335D1

Tints of Razzle Dazzle Rose #F335D1

Color information

#F335D1 (or 0xF335D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 35 and D1. RGB value is (243,53,209). Sum of RGB (Red+Green+Blue) = 243+53+209=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F335D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335D1 is #0CCA2E. Grayscale: #7F7F7F. Windows color (decimal): -838191 or 13710835. OLE color: 13710835.

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

Color convert

RGB24353209-
CMYK00.780.140.05
HSL310.74º88.79%58.04%-
HSV(B)310.74º78.19%95.29%-
XYZ49.7426.262.76-
YUV127.59173.95210.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.12%
GREEN value IS 53 (21.09% from 255) = 10.50%
BLUE value IS 209 (82.03% from 255) = 41.39%
R=48.12%
G=10.50%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435320900.780.140.05310.7488.7958.04
HexF335D104EE5137593a
Octal36365321011616546713172
Binary11110011110101110100010100111011101011001101111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F335D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F335D1; }

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

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

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

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

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

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

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

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