Html Css Color HEX #F827AA Persian Rose

📋 copy color: '#F827AA'

red 248 ◦ green 39 ◦ blue 170

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

Shades of Persian Rose #F827AA

Tints of Persian Rose #F827AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.53%

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 54.27%
G = 8.53%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F827AA (or 0xF827AA) is known color: Persian Rose. HEX triplet: F8, 27 and AA. RGB value is (248,39,170). Sum of RGB (Red+Green+Blue) = 248+39+170=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F827AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F827AA is #07D855. Grayscale: #747474. Windows color (decimal): -514134 or 11151352. OLE color: 11151352.

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

Color convert

RGB 248 39 170 -
CMYK 0 0.84 0.31 0.03
HSL 322.39º 0.94% 0.56% -
HSV(B) 322.39º 0.84% 0.97% -
XYZ 46.69 24.31 40.26 -
YUV 116.43 158.24 221.85 -
System Red Green Blue C M Y K H S L
Decimal 248 39 170 0 0.84 0.31 0.03 322.39 0.94 0.56
Hex F8 27 AA 0 54 1F 3 142 5E 38
Octal 370 47 252 0 124 37 3 502 136 70
Binary 11111000 100111 10101010 0 1010100 11111 11 101000010 1011110 111000

Color Harmonies of #F827AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827AA

Black with #F827AA

Text Example


Text Example

White with #F827AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827AA; }

 p { color: rgb(248,39,170); }

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

background-color css

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

 a { background-color: rgb(248,39,170); }

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

border-color css

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

 span { border-color: rgb(248,39,170); }

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