Html Css Color HEX #F961A8 Brilliant Rose

📋 copy color: '#F961A8'

red 249 ◦ green 97 ◦ blue 168

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

Shades of Brilliant Rose #F961A8

Tints of Brilliant Rose #F961A8

RGB

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

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

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

R = 48.44%
G = 18.87%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F961A8 (or 0xF961A8) is known color: Brilliant Rose. HEX triplet: F9, 61 and A8. RGB value is (249,97,168). Sum of RGB (Red+Green+Blue) = 249+97+168=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F961A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F961A8 is #069E57. Grayscale: #969696. Windows color (decimal): -433752 or 11035129. OLE color: 11035129.

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

Color convert

RGB 249 97 168 -
CMYK 0 0.61 0.33 0.02
HSL 331.97º 0.93% 0.68% -
HSV(B) 331.97º 0.61% 0.98% -
XYZ 50.41 31.52 40.47 -
YUV 150.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 249 97 168 0 0.61 0.33 0.02 331.97 0.93 0.68
Hex F9 61 A8 0 3D 21 2 14C 5D 44
Octal 371 141 250 0 75 41 2 514 135 104
Binary 11111001 1100001 10101000 0 111101 100001 10 101001100 1011101 1000100

Color Harmonies of #F961A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F961A8

Black with #F961A8

Text Example


Text Example

White with #F961A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F961A8; }

 p { color: rgb(249,97,168); }

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

background-color css

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

 a { background-color: rgb(249,97,168); }

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

border-color css

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

 span { border-color: rgb(249,97,168); }

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