Html Css Color HEX #F954A0 Brilliant Rose

📋 copy color: '#F954A0'

red 249 ◦ green 84 ◦ blue 160

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

Shades of Brilliant Rose #F954A0

Tints of Brilliant Rose #F954A0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.04%

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

R = 50.51%
G = 17.04%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F954A0 (or 0xF954A0) is known color: Brilliant Rose. HEX triplet: F9, 54 and A0. RGB value is (249,84,160). Sum of RGB (Red+Green+Blue) = 249+84+160=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F954A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F954A0 is #06AB5F. Grayscale: #8D8D8D. Windows color (decimal): -437088 or 10507513. OLE color: 10507513.

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

Color convert

RGB 249 84 160 -
CMYK 0 0.66 0.36 0.02
HSL 332.36º 0.93% 0.65% -
HSV(B) 332.36º 0.66% 0.98% -
XYZ 48.58 29.02 36.3 -
YUV 142 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 249 84 160 0 0.66 0.36 0.02 332.36 0.93 0.65
Hex F9 54 A0 0 42 24 2 14C 5D 41
Octal 371 124 240 0 102 44 2 514 135 101
Binary 11111001 1010100 10100000 0 1000010 100100 10 101001100 1011101 1000001

Color Harmonies of #F954A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954A0

Black with #F954A0

Text Example


Text Example

White with #F954A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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