Html Css Color HEX #F85CA8 Brilliant Rose

📋 copy color: '#F85CA8'

red 248 ◦ green 92 ◦ blue 168

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

Shades of Brilliant Rose #F85CA8

Tints of Brilliant Rose #F85CA8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.11%

 BLUE value IS 168 (66.02% from 255) = 33.07%

R = 48.82%
G = 18.11%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F85CA8 (or 0xF85CA8) is known color: Brilliant Rose. HEX triplet: F8, 5C and A8. RGB value is (248,92,168). Sum of RGB (Red+Green+Blue) = 248+92+168=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85CA8 is #07A357. Grayscale: #939393. Windows color (decimal): -500568 or 11033848. OLE color: 11033848.

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

Color convert

RGB 248 92 168 -
CMYK 0 0.63 0.32 0.03
HSL 330.77º 0.92% 0.67% -
HSV(B) 330.77º 0.63% 0.97% -
XYZ 49.61 30.44 40.31 -
YUV 147.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 248 92 168 0 0.63 0.32 0.03 330.77 0.92 0.67
Hex F8 5C A8 0 3F 20 3 14B 5C 43
Octal 370 134 250 0 77 40 3 513 134 103
Binary 11111000 1011100 10101000 0 111111 100000 11 101001011 1011100 1000011

Color Harmonies of #F85CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85CA8

Black with #F85CA8

Text Example


Text Example

White with #F85CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85CA8; }

 p { color: rgb(248,92,168); }

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

background-color css

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

 a { background-color: rgb(248,92,168); }

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

border-color css

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

 span { border-color: rgb(248,92,168); }

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