Html Css Color HEX #F82D9C Persian Rose

📋 copy color: '#F82D9C'

red 248 ◦ green 45 ◦ blue 156

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

Shades of Persian Rose #F82D9C

Tints of Persian Rose #F82D9C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.02%

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 55.23%
G = 10.02%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F82D9C (or 0xF82D9C) is known color: Persian Rose. HEX triplet: F8, 2D and 9C. RGB value is (248,45,156). Sum of RGB (Red+Green+Blue) = 248+45+156=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82D9C is #07D263. Grayscale: #767676. Windows color (decimal): -512612 or 10235384. OLE color: 10235384.

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

Color convert

RGB 248 45 156 -
CMYK 0 0.82 0.37 0.03
HSL 327.19º 0.94% 0.57% -
HSV(B) 327.19º 0.82% 0.97% -
XYZ 45.65 24.23 33.72 -
YUV 118.35 149.25 220.47 -
System Red Green Blue C M Y K H S L
Decimal 248 45 156 0 0.82 0.37 0.03 327.19 0.94 0.57
Hex F8 2D 9C 0 52 25 3 147 5E 39
Octal 370 55 234 0 122 45 3 507 136 71
Binary 11111000 101101 10011100 0 1010010 100101 11 101000111 1011110 111001

Color Harmonies of #F82D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D9C

Black with #F82D9C

Text Example


Text Example

White with #F82D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D9C; }

 p { color: rgb(248,45,156); }

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

background-color css

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

 a { background-color: rgb(248,45,156); }

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

border-color css

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

 span { border-color: rgb(248,45,156); }

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