Html Css Color HEX #F838AA Persian Rose

📋 copy color: '#F838AA'

red 248 ◦ green 56 ◦ blue 170

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

Shades of Persian Rose #F838AA

Tints of Persian Rose #F838AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.81%

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

R = 52.32%
G = 11.81%
B = 35.86%

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

#F838AA (or 0xF838AA) is known color: Persian Rose. HEX triplet: F8, 38 and AA. RGB value is (248,56,170). Sum of RGB (Red+Green+Blue) = 248+56+170=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F838AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F838AA is #07C755. Grayscale: #7E7E7E. Windows color (decimal): -509782 or 11155704. OLE color: 11155704.

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

Color convert

RGB 248 56 170 -
CMYK 0 0.77 0.31 0.03
HSL 324.38º 0.93% 0.6% -
HSV(B) 324.38º 0.77% 0.97% -
XYZ 47.38 25.69 40.49 -
YUV 126.4 152.61 214.73 -
System Red Green Blue C M Y K H S L
Decimal 248 56 170 0 0.77 0.31 0.03 324.38 0.93 0.6
Hex F8 38 AA 0 4D 1F 3 144 5D 3C
Octal 370 70 252 0 115 37 3 504 135 74
Binary 11111000 111000 10101010 0 1001101 11111 11 101000100 1011101 111100

Color Harmonies of #F838AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F838AA

Black with #F838AA

Text Example


Text Example

White with #F838AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F838AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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