Html Css Color HEX #F82899 Persian Rose

📋 copy color: '#F82899'

red 248 ◦ green 40 ◦ blue 153

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

Shades of Persian Rose #F82899

Tints of Persian Rose #F82899

RGB

 RED value IS 248 (97.27% from 255) = 56.24%

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

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 56.24%
G = 9.07%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F82899 (or 0xF82899) is known color: Persian Rose. HEX triplet: F8, 28 and 99. RGB value is (248,40,153). Sum of RGB (Red+Green+Blue) = 248+40+153=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F82899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82899 is #07D766. Grayscale: #727272. Windows color (decimal): -513895 or 10037496. OLE color: 10037496.

HSL color Cylindrical-coordinate representation of color #F82899: hue angle of 327.4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F82899 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 40 153 -
CMYK 0 0.84 0.38 0.03
HSL 327.4º 0.94% 0.56% -
HSV(B) 327.4º 0.84% 0.97% -
XYZ 45.22 23.77 32.34 -
YUV 115.07 149.41 222.81 -
System Red Green Blue C M Y K H S L
Decimal 248 40 153 0 0.84 0.38 0.03 327.4 0.94 0.56
Hex F8 28 99 0 54 26 3 147 5E 38
Octal 370 50 231 0 124 46 3 507 136 70
Binary 11111000 101000 10011001 0 1010100 100110 11 101000111 1011110 111000

Color Harmonies of #F82899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82899

Black with #F82899

Text Example


Text Example

White with #F82899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82899; }

 p { color: rgb(248,40,153); }

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

background-color css

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

 a { background-color: rgb(248,40,153); }

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

border-color css

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

 span { border-color: rgb(248,40,153); }

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