Html Css Color HEX #F928A6 Persian Rose

📋 copy color: '#F928A6'

red 249 ◦ green 40 ◦ blue 166

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

Shades of Persian Rose #F928A6

Tints of Persian Rose #F928A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.48%

R = 54.73%
G = 8.79%
B = 36.48%

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

#F928A6 (or 0xF928A6) is known color: Persian Rose. HEX triplet: F9, 28 and A6. RGB value is (249,40,166). Sum of RGB (Red+Green+Blue) = 249+40+166=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F928A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F928A6 is #06D759. Grayscale: #747474. Windows color (decimal): -448346 or 10889465. OLE color: 10889465.

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

Color convert

RGB 249 40 166 -
CMYK 0 0.84 0.33 0.02
HSL 323.83º 0.95% 0.57% -
HSV(B) 323.83º 0.84% 0.98% -
XYZ 46.71 24.41 38.33 -
YUV 116.86 155.74 222.25 -
System Red Green Blue C M Y K H S L
Decimal 249 40 166 0 0.84 0.33 0.02 323.83 0.95 0.57
Hex F9 28 A6 0 54 21 2 144 5F 39
Octal 371 50 246 0 124 41 2 504 137 71
Binary 11111001 101000 10100110 0 1010100 100001 10 101000100 1011111 111001

Color Harmonies of #F928A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F928A6

Black with #F928A6

Text Example


Text Example

White with #F928A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F928A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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