Html Css Color HEX #F953AC Brilliant Rose

📋 copy color: '#F953AC'

red 249 ◦ green 83 ◦ blue 172

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

Shades of Brilliant Rose #F953AC

Tints of Brilliant Rose #F953AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.47%

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

R = 49.4%
G = 16.47%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F953AC (or 0xF953AC) is known color: Brilliant Rose. HEX triplet: F9, 53 and AC. RGB value is (249,83,172). Sum of RGB (Red+Green+Blue) = 249+83+172=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F953AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F953AC is #06AC53. Grayscale: #8E8E8E. Windows color (decimal): -437332 or 11293689. OLE color: 11293689.

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

Color convert

RGB 249 83 172 -
CMYK 0 0.67 0.31 0.02
HSL 327.83º 0.93% 0.65% -
HSV(B) 327.83º 0.67% 0.98% -
XYZ 49.61 29.3 42.07 -
YUV 142.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 249 83 172 0 0.67 0.31 0.02 327.83 0.93 0.65
Hex F9 53 AC 0 43 1F 2 148 5D 41
Octal 371 123 254 0 103 37 2 510 135 101
Binary 11111001 1010011 10101100 0 1000011 11111 10 101001000 1011101 1000001

Color Harmonies of #F953AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953AC

Black with #F953AC

Text Example


Text Example

White with #F953AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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