Html Css Color HEX #F85FA6 Brilliant Rose

📋 copy color: '#F85FA6'

red 248 ◦ green 95 ◦ blue 166

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

Shades of Brilliant Rose #F85FA6

Tints of Brilliant Rose #F85FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.66%

 BLUE value IS 166 (65.23% from 255) = 32.61%

R = 48.72%
G = 18.66%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F85FA6 (or 0xF85FA6) is known color: Brilliant Rose. HEX triplet: F8, 5F and A6. RGB value is (248,95,166). Sum of RGB (Red+Green+Blue) = 248+95+166=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85FA6 is #07A059. Grayscale: #949494. Windows color (decimal): -499802 or 10903544. OLE color: 10903544.

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

Color convert

RGB 248 95 166 -
CMYK 0 0.62 0.33 0.03
HSL 332.16º 0.92% 0.67% -
HSV(B) 332.16º 0.62% 0.97% -
XYZ 49.69 30.89 39.42 -
YUV 148.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 248 95 166 0 0.62 0.33 0.03 332.16 0.92 0.67
Hex F8 5F A6 0 3E 21 3 14C 5C 43
Octal 370 137 246 0 76 41 3 514 134 103
Binary 11111000 1011111 10100110 0 111110 100001 11 101001100 1011100 1000011

Color Harmonies of #F85FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FA6

Black with #F85FA6

Text Example


Text Example

White with #F85FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FA6; }

 p { color: rgb(248,95,166); }

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

background-color css

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

 a { background-color: rgb(248,95,166); }

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

border-color css

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

 span { border-color: rgb(248,95,166); }

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