Html Css Color HEX #F058AB Brilliant Rose

📋 copy color: '#F058AB'

red 240 ◦ green 88 ◦ blue 171

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

Shades of Brilliant Rose #F058AB

Tints of Brilliant Rose #F058AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 48.1%
G = 17.64%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F058AB (or 0xF058AB) is known color: Brilliant Rose. HEX triplet: F0, 58 and AB. RGB value is (240,88,171). Sum of RGB (Red+Green+Blue) = 240+88+171=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F058AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F058AB is #0FA754. Grayscale: #8E8E8E. Windows color (decimal): -1025877 or 11229424. OLE color: 11229424.

HSL color Cylindrical-coordinate representation of color #F058AB: hue angle of 327.24º 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 #F058AB is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 88 171 -
CMYK 0 0.63 0.29 0.06
HSL 327.24º 0.84% 0.64% -
HSV(B) 327.24º 0.63% 0.94% -
XYZ 46.78 28.44 41.55 -
YUV 142.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 240 88 171 0 0.63 0.29 0.06 327.24 0.84 0.64
Hex F0 58 AB 0 3F 1D 6 147 54 40
Octal 360 130 253 0 77 35 6 507 124 100
Binary 11110000 1011000 10101011 0 111111 11101 110 101000111 1010100 1000000

Color Harmonies of #F058AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058AB

Black with #F058AB

Text Example


Text Example

White with #F058AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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