Html Css Color HEX #F82CA5 Persian Rose

📋 copy color: '#F82CA5'

red 248 ◦ green 44 ◦ blue 165

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

Shades of Persian Rose #F82CA5

Tints of Persian Rose #F82CA5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.63%

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 54.27%
G = 9.63%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F82CA5 (or 0xF82CA5) is known color: Persian Rose. HEX triplet: F8, 2C and A5. RGB value is (248,44,165). Sum of RGB (Red+Green+Blue) = 248+44+165=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F82CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82CA5 is #07D35A. Grayscale: #767676. Windows color (decimal): -512859 or 10824952. OLE color: 10824952.

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

Color convert

RGB 248 44 165 -
CMYK 0 0.82 0.33 0.03
HSL 324.41º 0.94% 0.57% -
HSV(B) 324.41º 0.82% 0.97% -
XYZ 46.4 24.47 37.88 -
YUV 118.79 154.09 220.16 -
System Red Green Blue C M Y K H S L
Decimal 248 44 165 0 0.82 0.33 0.03 324.41 0.94 0.57
Hex F8 2C A5 0 52 21 3 144 5E 39
Octal 370 54 245 0 122 41 3 504 136 71
Binary 11111000 101100 10100101 0 1010010 100001 11 101000100 1011110 111001

Color Harmonies of #F82CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82CA5

Black with #F82CA5

Text Example


Text Example

White with #F82CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82CA5; }

 p { color: rgb(248,44,165); }

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

background-color css

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

 a { background-color: rgb(248,44,165); }

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

border-color css

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

 span { border-color: rgb(248,44,165); }

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