Html Css Color HEX #F928AB Persian Rose

📋 copy color: '#F928AB'

red 249 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #F928AB

Tints of Persian Rose #F928AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 54.13%
G = 8.7%
B = 37.17%

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

#F928AB (or 0xF928AB) is known color: Persian Rose. HEX triplet: F9, 28 and AB. RGB value is (249,40,171). Sum of RGB (Red+Green+Blue) = 249+40+171=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F928AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F928AB is #06D754. Grayscale: #757575. Windows color (decimal): -448341 or 11217145. OLE color: 11217145.

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

Color convert

RGB 249 40 171 -
CMYK 0 0.84 0.31 0.02
HSL 322.39º 0.95% 0.57% -
HSV(B) 322.39º 0.84% 0.98% -
XYZ 47.18 24.6 40.79 -
YUV 117.43 158.24 221.85 -
System Red Green Blue C M Y K H S L
Decimal 249 40 171 0 0.84 0.31 0.02 322.39 0.95 0.57
Hex F9 28 AB 0 54 1F 2 142 5F 39
Octal 371 50 253 0 124 37 2 502 137 71
Binary 11111001 101000 10101011 0 1010100 11111 10 101000010 1011111 111001

Color Harmonies of #F928AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F928AB

Black with #F928AB

Text Example


Text Example

White with #F928AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F928AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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