Html Css Color HEX #F950AF Brilliant Rose

📋 copy color: '#F950AF'

red 249 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #F950AF

Tints of Brilliant Rose #F950AF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.87%

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

R = 49.4%
G = 15.87%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F950AF (or 0xF950AF) is known color: Brilliant Rose. HEX triplet: F9, 50 and AF. RGB value is (249,80,175). Sum of RGB (Red+Green+Blue) = 249+80+175=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F950AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F950AF is #06AF50. Grayscale: #8D8D8D. Windows color (decimal): -438097 or 11489529. OLE color: 11489529.

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

Color convert

RGB 249 80 175 -
CMYK 0 0.68 0.30 0.02
HSL 326.27º 0.93% 0.65% -
HSV(B) 326.27º 0.68% 0.98% -
XYZ 49.67 28.97 43.53 -
YUV 141.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 249 80 175 0 0.68 0.30 0.02 326.27 0.93 0.65
Hex F9 50 AF 0 44 1E 2 146 5D 41
Octal 371 120 257 0 104 36 2 506 135 101
Binary 11111001 1010000 10101111 0 1000100 11110 10 101000110 1011101 1000001

Color Harmonies of #F950AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950AF

Black with #F950AF

Text Example


Text Example

White with #F950AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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