Html Css Color HEX #F83AAA Persian Rose

📋 copy color: '#F83AAA'

red 248 ◦ green 58 ◦ blue 170

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

Shades of Persian Rose #F83AAA

Tints of Persian Rose #F83AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.18%

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

R = 52.1%
G = 12.18%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F83AAA (or 0xF83AAA) is known color: Persian Rose. HEX triplet: F8, 3A and AA. RGB value is (248,58,170). Sum of RGB (Red+Green+Blue) = 248+58+170=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83AAA is #07C555. Grayscale: #7F7F7F. Windows color (decimal): -509270 or 11156216. OLE color: 11156216.

HSL color Cylindrical-coordinate representation of color #F83AAA: hue angle of 324.63º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83AAA is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 58 170 -
CMYK 0 0.77 0.31 0.03
HSL 324.63º 0.93% 0.6% -
HSV(B) 324.63º 0.77% 0.97% -
XYZ 47.48 25.88 40.52 -
YUV 127.58 151.95 213.89 -
System Red Green Blue C M Y K H S L
Decimal 248 58 170 0 0.77 0.31 0.03 324.63 0.93 0.6
Hex F8 3A AA 0 4D 1F 3 145 5D 3C
Octal 370 72 252 0 115 37 3 505 135 74
Binary 11111000 111010 10101010 0 1001101 11111 11 101000101 1011101 111100

Color Harmonies of #F83AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83AAA

Black with #F83AAA

Text Example


Text Example

White with #F83AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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