Html Css Color HEX #F955AC Brilliant Rose

📋 copy color: '#F955AC'

red 249 ◦ green 85 ◦ blue 172

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

Shades of Brilliant Rose #F955AC

Tints of Brilliant Rose #F955AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.8%

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 49.21%
G = 16.8%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F955AC (or 0xF955AC) is known color: Brilliant Rose. HEX triplet: F9, 55 and AC. RGB value is (249,85,172). Sum of RGB (Red+Green+Blue) = 249+85+172=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F955AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F955AC is #06AA53. Grayscale: #8F8F8F. Windows color (decimal): -436820 or 11294201. OLE color: 11294201.

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

Color convert

RGB 249 85 172 -
CMYK 0 0.66 0.31 0.02
HSL 328.17º 0.93% 0.65% -
HSV(B) 328.17º 0.66% 0.98% -
XYZ 49.76 29.62 42.12 -
YUV 143.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 249 85 172 0 0.66 0.31 0.02 328.17 0.93 0.65
Hex F9 55 AC 0 42 1F 2 148 5D 41
Octal 371 125 254 0 102 37 2 510 135 101
Binary 11111001 1010101 10101100 0 1000010 11111 10 101001000 1011101 1000001

Color Harmonies of #F955AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F955AC

Black with #F955AC

Text Example


Text Example

White with #F955AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F955AC; }

 p { color: rgb(249,85,172); }

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

background-color css

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

 a { background-color: rgb(249,85,172); }

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

border-color css

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

 span { border-color: rgb(249,85,172); }

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