Html Css Color HEX #F82998 Persian Rose

📋 copy color: '#F82998'

red 248 ◦ green 41 ◦ blue 152

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

Shades of Persian Rose #F82998

Tints of Persian Rose #F82998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.3%

 BLUE value IS 152 (59.77% from 255) = 34.47%

R = 56.24%
G = 9.3%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F82998 (or 0xF82998) is known color: Persian Rose. HEX triplet: F8, 29 and 98. RGB value is (248,41,152). Sum of RGB (Red+Green+Blue) = 248+41+152=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F82998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82998 is #07D667. Grayscale: #737373. Windows color (decimal): -513640 or 9972216. OLE color: 9972216.

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

Color convert

RGB 248 41 152 -
CMYK 0 0.83 0.39 0.03
HSL 327.83º 0.94% 0.57% -
HSV(B) 327.83º 0.83% 0.97% -
XYZ 45.17 23.81 31.92 -
YUV 115.55 148.58 222.47 -
System Red Green Blue C M Y K H S L
Decimal 248 41 152 0 0.83 0.39 0.03 327.83 0.94 0.57
Hex F8 29 98 0 53 27 3 148 5E 39
Octal 370 51 230 0 123 47 3 510 136 71
Binary 11111000 101001 10011000 0 1010011 100111 11 101001000 1011110 111001

Color Harmonies of #F82998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82998

Black with #F82998

Text Example


Text Example

White with #F82998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82998; }

 p { color: rgb(248,41,152); }

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

background-color css

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

 a { background-color: rgb(248,41,152); }

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

border-color css

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

 span { border-color: rgb(248,41,152); }

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