Html Css Color HEX #F928AC Persian Rose

📋 copy color: '#F928AC'

red 249 ◦ green 40 ◦ blue 172

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

Shades of Persian Rose #F928AC

Tints of Persian Rose #F928AC

RGB

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

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

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

R = 54.01%
G = 8.68%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F928AC (or 0xF928AC) is known color: Persian Rose. HEX triplet: F9, 28 and AC. RGB value is (249,40,172). Sum of RGB (Red+Green+Blue) = 249+40+172=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F928AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F928AC is #06D753. Grayscale: #757575. Windows color (decimal): -448340 or 11282681. OLE color: 11282681.

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

Color convert

RGB 249 40 172 -
CMYK 0 0.84 0.31 0.02
HSL 322.11º 0.95% 0.57% -
HSV(B) 322.11º 0.84% 0.98% -
XYZ 47.27 24.64 41.29 -
YUV 117.54 158.74 221.77 -
System Red Green Blue C M Y K H S L
Decimal 249 40 172 0 0.84 0.31 0.02 322.11 0.95 0.57
Hex F9 28 AC 0 54 1F 2 142 5F 39
Octal 371 50 254 0 124 37 2 502 137 71
Binary 11111001 101000 10101100 0 1010100 11111 10 101000010 1011111 111001

Color Harmonies of #F928AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F928AC

Black with #F928AC

Text Example


Text Example

White with #F928AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F928AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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