Html Css Color HEX #F955AF Brilliant Rose

📋 copy color: '#F955AF'

red 249 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #F955AF

Tints of Brilliant Rose #F955AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 48.92%
G = 16.7%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F955AF (or 0xF955AF) is known color: Brilliant Rose. HEX triplet: F9, 55 and AF. RGB value is (249,85,175). Sum of RGB (Red+Green+Blue) = 249+85+175=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F955AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F955AF is #06AA50. Grayscale: #909090. Windows color (decimal): -436817 or 11490809. OLE color: 11490809.

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

Color convert

RGB 249 85 175 -
CMYK 0 0.66 0.30 0.02
HSL 327.07º 0.93% 0.65% -
HSV(B) 327.07º 0.66% 0.98% -
XYZ 50.05 29.73 43.66 -
YUV 144.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 249 85 175 0 0.66 0.30 0.02 327.07 0.93 0.65
Hex F9 55 AF 0 42 1E 2 147 5D 41
Octal 371 125 257 0 102 36 2 507 135 101
Binary 11111001 1010101 10101111 0 1000010 11110 10 101000111 1011101 1000001

Color Harmonies of #F955AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F955AF

Black with #F955AF

Text Example


Text Example

White with #F955AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F955AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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