Html Css Color HEX #F963A1 Brilliant Rose

📋 copy color: '#F963A1'

red 249 ◦ green 99 ◦ blue 161

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

Shades of Brilliant Rose #F963A1

Tints of Brilliant Rose #F963A1

RGB

 RED value IS 249 (97.66% from 255) = 48.92%

 GREEN value IS 99 (39.06% from 255) = 19.45%

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

R = 48.92%
G = 19.45%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F963A1 (or 0xF963A1) is known color: Brilliant Rose. HEX triplet: F9, 63 and A1. RGB value is (249,99,161). Sum of RGB (Red+Green+Blue) = 249+99+161=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F963A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963A1 is #069C5E. Grayscale: #969696. Windows color (decimal): -433247 or 10576889. OLE color: 10576889.

HSL color Cylindrical-coordinate representation of color #F963A1: hue angle of 335.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F963A1 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 161 -
CMYK 0 0.60 0.35 0.02
HSL 335.2º 0.93% 0.68% -
HSV(B) 335.2º 0.6% 0.98% -
XYZ 49.96 31.64 37.19 -
YUV 150.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 249 99 161 0 0.60 0.35 0.02 335.2 0.93 0.68
Hex F9 63 A1 0 3C 23 2 14F 5D 44
Octal 371 143 241 0 74 43 2 517 135 104
Binary 11111001 1100011 10100001 0 111100 100011 10 101001111 1011101 1000100

Color Harmonies of #F963A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963A1

Black with #F963A1

Text Example


Text Example

White with #F963A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963A1; }

 p { color: rgb(249,99,161); }

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

background-color css

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

 a { background-color: rgb(249,99,161); }

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

border-color css

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

 span { border-color: rgb(249,99,161); }

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