#F250B6

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

Shades of Brilliant Rose #F250B6

Tints of Brilliant Rose #F250B6

Color information

#F250B6 (or 0xF250B6) is unknown color: approx Brilliant Rose. HEX triplet: F2, 50 and B6. RGB value is (242,80,182). Sum of RGB (Red+Green+Blue) = 242+80+182=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F250B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250B6 is #0DAF49. Grayscale: #8B8B8B. Windows color (decimal): -896842 or 11948274. OLE color: 11948274.

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

Color convert

RGB24280182-
CMYK00.670.250.05
HSL322.22º86.17%63.14%-
HSV(B)322.22º66.94%94.9%-
XYZ47.9327.9947.13-
YUV140.07151.67200.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.02%
GREEN value IS 80 (31.64% from 255) = 15.87%
BLUE value IS 182 (71.48% from 255) = 36.11%
R=48.02%
G=15.87%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428018200.670.250.05322.2286.1763.14
HexF250B6043195142563f
Octal362120266010331550212677
Binary1111001010100001011011001000011110011011010000101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F250B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F250B6; }

 p { color: rgb(242,80,182); }

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

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

 a { background-color: rgb(242,80,182); }

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

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

 span { border-color: rgb(242,80,182); }

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