Html Css Color HEX #F952AC Brilliant Rose

📋 copy color: '#F952AC'

red 249 ◦ green 82 ◦ blue 172

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

Shades of Brilliant Rose #F952AC

Tints of Brilliant Rose #F952AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.3%

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

R = 49.5%
G = 16.3%
B = 34.19%

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

#F952AC (or 0xF952AC) is known color: Brilliant Rose. HEX triplet: F9, 52 and AC. RGB value is (249,82,172). Sum of RGB (Red+Green+Blue) = 249+82+172=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F952AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F952AC is #06AD53. Grayscale: #8E8E8E. Windows color (decimal): -437588 or 11293433. OLE color: 11293433.

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

Color convert

RGB 249 82 172 -
CMYK 0 0.67 0.31 0.02
HSL 327.66º 0.93% 0.65% -
HSV(B) 327.66º 0.67% 0.98% -
XYZ 49.53 29.15 42.05 -
YUV 142.19 144.83 204.18 -
System Red Green Blue C M Y K H S L
Decimal 249 82 172 0 0.67 0.31 0.02 327.66 0.93 0.65
Hex F9 52 AC 0 43 1F 2 148 5D 41
Octal 371 122 254 0 103 37 2 510 135 101
Binary 11111001 1010010 10101100 0 1000011 11111 10 101001000 1011101 1000001

Color Harmonies of #F952AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F952AC

Black with #F952AC

Text Example


Text Example

White with #F952AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F952AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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