#F062A1

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

Shades of Brilliant Rose #F062A1

Tints of Brilliant Rose #F062A1

Color information

#F062A1 (or 0xF062A1) is unknown color: approx Brilliant Rose. HEX triplet: F0, 62 and A1. RGB value is (240,98,161). Sum of RGB (Red+Green+Blue) = 240+98+161=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F062A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F062A1 is #0F9D5E. Grayscale: #939393. Windows color (decimal): -1023327 or 10576624. OLE color: 10576624.

HSL color Cylindrical-coordinate representation of color #F062A1: hue angle of 333.38º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062A1 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB24098161-
CMYK00.590.330.06
HSL333.38º82.56%66.27%-
HSV(B)333.38º59.17%94.12%-
XYZ46.7429.8337.01-
YUV147.64135.54193.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.10%
GREEN value IS 98 (38.67% from 255) = 19.64%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=48.10%
G=19.64%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409816100.590.330.06333.3882.5666.27
HexF062A103B21614d5342
Octal360142241073416515123102
Binary11110000110001010100001011101110000111010100110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F062A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F062A1; }

 p { color: rgb(240,98,161); }

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

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

 a { background-color: rgb(240,98,161); }

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

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

 span { border-color: rgb(240,98,161); }

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