Html Css Color HEX #F128AA Persian Rose

📋 copy color: '#F128AA'

red 241 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #F128AA

Tints of Persian Rose #F128AA

RGB

 RED value IS 241 (94.53% from 255) = 53.44%

 GREEN value IS 40 (16.02% from 255) = 8.87%

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

R = 53.44%
G = 8.87%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F128AA (or 0xF128AA) is known color: Persian Rose. HEX triplet: F1, 28 and AA. RGB value is (241,40,170). Sum of RGB (Red+Green+Blue) = 241+40+170=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F128AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F128AA is #0ED755. Grayscale: #727272. Windows color (decimal): -972630 or 11151601. OLE color: 11151601.

HSL color Cylindrical-coordinate representation of color #F128AA: hue angle of 321.19º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F128AA is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 170 -
CMYK 0 0.83 0.29 0.05
HSL 321.19º 0.88% 0.55% -
HSV(B) 321.19º 0.83% 0.95% -
XYZ 44.29 23.12 40.16 -
YUV 114.92 159.09 217.93 -
System Red Green Blue C M Y K H S L
Decimal 241 40 170 0 0.83 0.29 0.05 321.19 0.88 0.55
Hex F1 28 AA 0 53 1D 5 141 58 37
Octal 361 50 252 0 123 35 5 501 130 67
Binary 11110001 101000 10101010 0 1010011 11101 101 101000001 1011000 110111

Color Harmonies of #F128AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128AA

Black with #F128AA

Text Example


Text Example

White with #F128AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128AA; }

 p { color: rgb(241,40,170); }

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

background-color css

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

 a { background-color: rgb(241,40,170); }

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

border-color css

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

 span { border-color: rgb(241,40,170); }

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