Html Css Color HEX #F058AF Brilliant Rose

📋 copy color: '#F058AF'

red 240 ◦ green 88 ◦ blue 175

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

Shades of Brilliant Rose #F058AF

Tints of Brilliant Rose #F058AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.79%

R = 47.71%
G = 17.5%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F058AF (or 0xF058AF) is known color: Brilliant Rose. HEX triplet: F0, 58 and AF. RGB value is (240,88,175). Sum of RGB (Red+Green+Blue) = 240+88+175=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F058AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F058AF is #0FA750. Grayscale: #8F8F8F. Windows color (decimal): -1025873 or 11491568. OLE color: 11491568.

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

Color convert

RGB 240 88 175 -
CMYK 0 0.63 0.27 0.06
HSL 325.66º 0.84% 0.64% -
HSV(B) 325.66º 0.63% 0.94% -
XYZ 47.16 28.6 43.59 -
YUV 143.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 240 88 175 0 0.63 0.27 0.06 325.66 0.84 0.64
Hex F0 58 AF 0 3F 1B 6 146 54 40
Octal 360 130 257 0 77 33 6 506 124 100
Binary 11110000 1011000 10101111 0 111111 11011 110 101000110 1010100 1000000

Color Harmonies of #F058AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058AF

Black with #F058AF

Text Example


Text Example

White with #F058AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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