Html Css Color HEX #F858AA Brilliant Rose

📋 copy color: '#F858AA'

red 248 ◦ green 88 ◦ blue 170

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

Shades of Brilliant Rose #F858AA

Tints of Brilliant Rose #F858AA

RGB

 RED value IS 248 (97.27% from 255) = 49.01%

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 49.01%
G = 17.39%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F858AA (or 0xF858AA) is known color: Brilliant Rose. HEX triplet: F8, 58 and AA. RGB value is (248,88,170). Sum of RGB (Red+Green+Blue) = 248+88+170=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F858AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F858AA is #07A755. Grayscale: #919191. Windows color (decimal): -501590 or 11163896. OLE color: 11163896.

HSL color Cylindrical-coordinate representation of color #F858AA: hue angle of 329.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858AA is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 88 170 -
CMYK 0 0.65 0.31 0.03
HSL 329.25º 0.92% 0.66% -
HSV(B) 329.25º 0.65% 0.97% -
XYZ 49.46 29.84 41.18 -
YUV 145.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 248 88 170 0 0.65 0.31 0.03 329.25 0.92 0.66
Hex F8 58 AA 0 41 1F 3 149 5C 42
Octal 370 130 252 0 101 37 3 511 134 102
Binary 11111000 1011000 10101010 0 1000001 11111 11 101001001 1011100 1000010

Color Harmonies of #F858AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858AA

Black with #F858AA

Text Example


Text Example

White with #F858AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858AA; }

 p { color: rgb(248,88,170); }

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

background-color css

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

 a { background-color: rgb(248,88,170); }

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

border-color css

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

 span { border-color: rgb(248,88,170); }

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