Html Css Color HEX #F960A0 Brilliant Rose

📋 copy color: '#F960A0'

red 249 ◦ green 96 ◦ blue 160

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

Shades of Brilliant Rose #F960A0

Tints of Brilliant Rose #F960A0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.01%

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

R = 49.31%
G = 19.01%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F960A0 (or 0xF960A0) is known color: Brilliant Rose. HEX triplet: F9, 60 and A0. RGB value is (249,96,160). Sum of RGB (Red+Green+Blue) = 249+96+160=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F960A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F960A0 is #069F5F. Grayscale: #949494. Windows color (decimal): -434016 or 10510585. OLE color: 10510585.

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

Color convert

RGB 249 96 160 -
CMYK 0 0.61 0.36 0.02
HSL 334.9º 0.93% 0.68% -
HSV(B) 334.9º 0.61% 0.98% -
XYZ 49.59 31.04 36.64 -
YUV 149.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 249 96 160 0 0.61 0.36 0.02 334.9 0.93 0.68
Hex F9 60 A0 0 3D 24 2 14F 5D 44
Octal 371 140 240 0 75 44 2 517 135 104
Binary 11111001 1100000 10100000 0 111101 100100 10 101001111 1011101 1000100

Color Harmonies of #F960A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F960A0

Black with #F960A0

Text Example


Text Example

White with #F960A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F960A0; }

 p { color: rgb(249,96,160); }

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

background-color css

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

 a { background-color: rgb(249,96,160); }

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

border-color css

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

 span { border-color: rgb(249,96,160); }

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