#F35DA5

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

Shades of Brilliant Rose #F35DA5

Tints of Brilliant Rose #F35DA5

Color information

#F35DA5 (or 0xF35DA5) is unknown color: approx Brilliant Rose. HEX triplet: F3, 5D and A5. RGB value is (243,93,165). Sum of RGB (Red+Green+Blue) = 243+93+165=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35DA5 is #0CA25A. Grayscale: #919191. Windows color (decimal): -827995 or 10837491. OLE color: 10837491.

HSL color Cylindrical-coordinate representation of color #F35DA5: hue angle of 331.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35DA5 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB24393165-
CMYK00.620.320.05
HSL331.2º86.21%65.88%-
HSV(B)331.2º61.73%95.29%-
XYZ47.6729.638.8-
YUV146.06138.7197.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.50%
GREEN value IS 93 (36.72% from 255) = 18.56%
BLUE value IS 165 (64.84% from 255) = 32.93%
R=48.50%
G=18.56%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439316500.620.320.05331.286.2165.88
HexF35DA503E20514b5642
Octal363135245076405513126102
Binary11110011101110110100101011111010000010110100101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35DA5; }

 p { color: rgb(243,93,165); }

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

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

 a { background-color: rgb(243,93,165); }

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

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

 span { border-color: rgb(243,93,165); }

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