Html Css Color HEX #F85AA4 Brilliant Rose

📋 copy color: '#F85AA4'

red 248 ◦ green 90 ◦ blue 164

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

Shades of Brilliant Rose #F85AA4

Tints of Brilliant Rose #F85AA4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

 BLUE value IS 164 (64.45% from 255) = 32.67%

R = 49.4%
G = 17.93%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F85AA4 (or 0xF85AA4) is known color: Brilliant Rose. HEX triplet: F8, 5A and A4. RGB value is (248,90,164). Sum of RGB (Red+Green+Blue) = 248+90+164=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85AA4 is #07A55B. Grayscale: #919191. Windows color (decimal): -501084 or 10771192. OLE color: 10771192.

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

Color convert

RGB 248 90 164 -
CMYK 0 0.64 0.34 0.03
HSL 331.9º 0.92% 0.66% -
HSV(B) 331.9º 0.64% 0.97% -
XYZ 49.07 29.95 38.32 -
YUV 145.68 138.35 200.98 -
System Red Green Blue C M Y K H S L
Decimal 248 90 164 0 0.64 0.34 0.03 331.9 0.92 0.66
Hex F8 5A A4 0 40 22 3 14C 5C 42
Octal 370 132 244 0 100 42 3 514 134 102
Binary 11111000 1011010 10100100 0 1000000 100010 11 101001100 1011100 1000010

Color Harmonies of #F85AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85AA4

Black with #F85AA4

Text Example


Text Example

White with #F85AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85AA4; }

 p { color: rgb(248,90,164); }

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

background-color css

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

 a { background-color: rgb(248,90,164); }

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

border-color css

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

 span { border-color: rgb(248,90,164); }

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