Html Css Color HEX #F861A0 Brilliant Rose

📋 copy color: '#F861A0'

red 248 ◦ green 97 ◦ blue 160

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

Shades of Brilliant Rose #F861A0

Tints of Brilliant Rose #F861A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.21%

 BLUE value IS 160 (62.89% from 255) = 31.68%

R = 49.11%
G = 19.21%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F861A0 (or 0xF861A0) is known color: Brilliant Rose. HEX triplet: F8, 61 and A0. RGB value is (248,97,160). Sum of RGB (Red+Green+Blue) = 248+97+160=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F861A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F861A0 is #079E5F. Grayscale: #959595. Windows color (decimal): -499296 or 10510840. OLE color: 10510840.

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

Color convert

RGB 248 97 160 -
CMYK 0 0.61 0.35 0.03
HSL 334.97º 0.92% 0.68% -
HSV(B) 334.97º 0.61% 0.97% -
XYZ 49.33 31.04 36.65 -
YUV 149.33 134.03 198.38 -
System Red Green Blue C M Y K H S L
Decimal 248 97 160 0 0.61 0.35 0.03 334.97 0.92 0.68
Hex F8 61 A0 0 3D 23 3 14F 5C 44
Octal 370 141 240 0 75 43 3 517 134 104
Binary 11111000 1100001 10100000 0 111101 100011 11 101001111 1011100 1000100

Color Harmonies of #F861A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F861A0

Black with #F861A0

Text Example


Text Example

White with #F861A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F861A0; }

 p { color: rgb(248,97,160); }

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

background-color css

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

 a { background-color: rgb(248,97,160); }

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

border-color css

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

 span { border-color: rgb(248,97,160); }

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