Html Css Color HEX #F138AA Persian Rose

📋 copy color: '#F138AA'

red 241 ◦ green 56 ◦ blue 170

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

Shades of Persian Rose #F138AA

Tints of Persian Rose #F138AA

RGB

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

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

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

R = 51.61%
G = 11.99%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F138AA (or 0xF138AA) is known color: Persian Rose. HEX triplet: F1, 38 and AA. RGB value is (241,56,170). Sum of RGB (Red+Green+Blue) = 241+56+170=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F138AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F138AA is #0EC755. Grayscale: #7C7C7C. Windows color (decimal): -968534 or 11155697. OLE color: 11155697.

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

Color convert

RGB 241 56 170 -
CMYK 0 0.77 0.29 0.05
HSL 323.03º 0.87% 0.58% -
HSV(B) 323.03º 0.77% 0.95% -
XYZ 44.95 24.43 40.38 -
YUV 124.31 153.79 211.23 -
System Red Green Blue C M Y K H S L
Decimal 241 56 170 0 0.77 0.29 0.05 323.03 0.87 0.58
Hex F1 38 AA 0 4D 1D 5 143 57 3A
Octal 361 70 252 0 115 35 5 503 127 72
Binary 11110001 111000 10101010 0 1001101 11101 101 101000011 1010111 111010

Color Harmonies of #F138AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138AA

Black with #F138AA

Text Example


Text Example

White with #F138AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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