Html Css Color HEX #F058A2 Brilliant Rose

📋 copy color: '#F058A2'

red 240 ◦ green 88 ◦ blue 162

#F058A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F058A2

Tints of Brilliant Rose #F058A2

RGB

 RED value IS 240 (94.14% from 255) = 48.98%

 GREEN value IS 88 (34.77% from 255) = 17.96%

 BLUE value IS 162 (63.67% from 255) = 33.06%

R = 48.98%
G = 17.96%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F058A2 (or 0xF058A2) is known color: Brilliant Rose. HEX triplet: F0, 58 and A2. RGB value is (240,88,162). Sum of RGB (Red+Green+Blue) = 240+88+162=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F058A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F058A2 is #0FA75D. Grayscale: #8D8D8D. Windows color (decimal): -1025886 or 10639600. OLE color: 10639600.

HSL color Cylindrical-coordinate representation of color #F058A2: hue angle of 330.79º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058A2 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 88 162 -
CMYK 0 0.63 0.32 0.06
HSL 330.79º 0.84% 0.64% -
HSV(B) 330.79º 0.63% 0.94% -
XYZ 45.95 28.11 37.19 -
YUV 141.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 240 88 162 0 0.63 0.32 0.06 330.79 0.84 0.64
Hex F0 58 A2 0 3F 20 6 14B 54 40
Octal 360 130 242 0 77 40 6 513 124 100
Binary 11110000 1011000 10100010 0 111111 100000 110 101001011 1010100 1000000

Color Harmonies of #F058A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058A2

Black with #F058A2

Text Example


Text Example

White with #F058A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058A2; }

 p { color: rgb(240,88,162); }

 H1.HeaderClassName
 {
   color: #F058A2;
 }
 .AnyTagClassName
 {
   color: #F058A2;
 }
</style>

background-color css

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

 a { background-color: rgb(240,88,162); }

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

border-color css

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

 span { border-color: rgb(240,88,162); }

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