Html Css Color HEX #F82CA4 Persian Rose

📋 copy color: '#F82CA4'

red 248 ◦ green 44 ◦ blue 164

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

Shades of Persian Rose #F82CA4

Tints of Persian Rose #F82CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.96%

R = 54.39%
G = 9.65%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F82CA4 (or 0xF82CA4) is known color: Persian Rose. HEX triplet: F8, 2C and A4. RGB value is (248,44,164). Sum of RGB (Red+Green+Blue) = 248+44+164=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F82CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82CA4 is #07D35B. Grayscale: #767676. Windows color (decimal): -512860 or 10759416. OLE color: 10759416.

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

Color convert

RGB 248 44 164 -
CMYK 0 0.82 0.34 0.03
HSL 324.71º 0.94% 0.57% -
HSV(B) 324.71º 0.82% 0.97% -
XYZ 46.31 24.44 37.4 -
YUV 118.68 153.59 220.24 -
System Red Green Blue C M Y K H S L
Decimal 248 44 164 0 0.82 0.34 0.03 324.71 0.94 0.57
Hex F8 2C A4 0 52 22 3 145 5E 39
Octal 370 54 244 0 122 42 3 505 136 71
Binary 11111000 101100 10100100 0 1010010 100010 11 101000101 1011110 111001

Color Harmonies of #F82CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82CA4

Black with #F82CA4

Text Example


Text Example

White with #F82CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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