Html Css Color HEX #F138A8 Persian Rose

📋 copy color: '#F138A8'

red 241 ◦ green 56 ◦ blue 168

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

Shades of Persian Rose #F138A8

Tints of Persian Rose #F138A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.13%

R = 51.83%
G = 12.04%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F138A8 (or 0xF138A8) is known color: Persian Rose. HEX triplet: F1, 38 and A8. RGB value is (241,56,168). Sum of RGB (Red+Green+Blue) = 241+56+168=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F138A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F138A8 is #0EC757. Grayscale: #7B7B7B. Windows color (decimal): -968536 or 11024625. OLE color: 11024625.

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

Color convert

RGB 241 56 168 -
CMYK 0 0.77 0.30 0.05
HSL 323.68º 0.87% 0.58% -
HSV(B) 323.68º 0.77% 0.95% -
XYZ 44.76 24.36 39.39 -
YUV 124.08 152.79 211.39 -
System Red Green Blue C M Y K H S L
Decimal 241 56 168 0 0.77 0.30 0.05 323.68 0.87 0.58
Hex F1 38 A8 0 4D 1E 5 144 57 3A
Octal 361 70 250 0 115 36 5 504 127 72
Binary 11110001 111000 10101000 0 1001101 11110 101 101000100 1010111 111010

Color Harmonies of #F138A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138A8

Black with #F138A8

Text Example


Text Example

White with #F138A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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