Html Css Color HEX #F861A1 Brilliant Rose

📋 copy color: '#F861A1'

red 248 ◦ green 97 ◦ blue 161

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

Shades of Brilliant Rose #F861A1

Tints of Brilliant Rose #F861A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.82%

R = 49.01%
G = 19.17%
B = 31.82%

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

#F861A1 (or 0xF861A1) is known color: Brilliant Rose. HEX triplet: F8, 61 and A1. RGB value is (248,97,161). Sum of RGB (Red+Green+Blue) = 248+97+161=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F861A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F861A1 is #079E5E. Grayscale: #959595. Windows color (decimal): -499295 or 10576376. OLE color: 10576376.

HSL color Cylindrical-coordinate representation of color #F861A1: hue angle of 334.57º 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 #F861A1 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 97 161 -
CMYK 0 0.61 0.35 0.03
HSL 334.57º 0.92% 0.68% -
HSV(B) 334.57º 0.61% 0.97% -
XYZ 49.42 31.08 37.11 -
YUV 149.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 248 97 161 0 0.61 0.35 0.03 334.57 0.92 0.68
Hex F8 61 A1 0 3D 23 3 14F 5C 44
Octal 370 141 241 0 75 43 3 517 134 104
Binary 11111000 1100001 10100001 0 111101 100011 11 101001111 1011100 1000100

Color Harmonies of #F861A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F861A1

Black with #F861A1

Text Example


Text Example

White with #F861A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F861A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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