#F255B0

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

Shades of Brilliant Rose #F255B0

Tints of Brilliant Rose #F255B0

Color information

#F255B0 (or 0xF255B0) is unknown color: approx Brilliant Rose. HEX triplet: F2, 55 and B0. RGB value is (242,85,176). Sum of RGB (Red+Green+Blue) = 242+85+176=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F255B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F255B0 is #0DAA4F. Grayscale: #8E8E8E. Windows color (decimal): -895568 or 11556338. OLE color: 11556338.

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

Color convert

RGB24285176-
CMYK00.650.270.05
HSL325.22º85.79%64.12%-
HSV(B)325.22º64.88%94.9%-
XYZ47.728.5144.06-
YUV142.32147.01199.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 85 (33.59% from 255) = 16.90%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=48.11%
G=16.90%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428517600.650.270.05325.2285.7964.12
HexF255B00411B51455640
Octal3621252600101335505126100
Binary11110010101010110110000010000011101110110100010110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F255B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F255B0; }

 p { color: rgb(242,85,176); }

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

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

 a { background-color: rgb(242,85,176); }

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

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

 span { border-color: rgb(242,85,176); }

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