Html Css Color HEX #F928A7 Persian Rose

📋 copy color: '#F928A7'

red 249 ◦ green 40 ◦ blue 167

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

Shades of Persian Rose #F928A7

Tints of Persian Rose #F928A7

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.77%

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

R = 54.61%
G = 8.77%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F928A7 (or 0xF928A7) is known color: Persian Rose. HEX triplet: F9, 28 and A7. RGB value is (249,40,167). Sum of RGB (Red+Green+Blue) = 249+40+167=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F928A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F928A7 is #06D758. Grayscale: #747474. Windows color (decimal): -448345 or 10955001. OLE color: 10955001.

HSL color Cylindrical-coordinate representation of color #F928A7: hue angle of 323.54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F928A7 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 40 167 -
CMYK 0 0.84 0.33 0.02
HSL 323.54º 0.95% 0.57% -
HSV(B) 323.54º 0.84% 0.98% -
XYZ 46.8 24.45 38.81 -
YUV 116.97 156.24 222.17 -
System Red Green Blue C M Y K H S L
Decimal 249 40 167 0 0.84 0.33 0.02 323.54 0.95 0.57
Hex F9 28 A7 0 54 21 2 144 5F 39
Octal 371 50 247 0 124 41 2 504 137 71
Binary 11111001 101000 10100111 0 1010100 100001 10 101000100 1011111 111001

Color Harmonies of #F928A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F928A7

Black with #F928A7

Text Example


Text Example

White with #F928A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F928A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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