Html Css Color HEX #F952A7 Brilliant Rose

📋 copy color: '#F952A7'

red 249 ◦ green 82 ◦ blue 167

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

Shades of Brilliant Rose #F952A7

Tints of Brilliant Rose #F952A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.53%

R = 50%
G = 16.47%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F952A7 (or 0xF952A7) is known color: Brilliant Rose. HEX triplet: F9, 52 and A7. RGB value is (249,82,167). Sum of RGB (Red+Green+Blue) = 249+82+167=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F952A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F952A7 is #06AD58. Grayscale: #8D8D8D. Windows color (decimal): -437593 or 10965753. OLE color: 10965753.

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

Color convert

RGB 249 82 167 -
CMYK 0 0.67 0.33 0.02
HSL 329.46º 0.93% 0.65% -
HSV(B) 329.46º 0.67% 0.98% -
XYZ 49.06 28.96 39.56 -
YUV 141.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 249 82 167 0 0.67 0.33 0.02 329.46 0.93 0.65
Hex F9 52 A7 0 43 21 2 149 5D 41
Octal 371 122 247 0 103 41 2 511 135 101
Binary 11111001 1010010 10100111 0 1000011 100001 10 101001001 1011101 1000001

Color Harmonies of #F952A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F952A7

Black with #F952A7

Text Example


Text Example

White with #F952A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F952A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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