Html Css Color HEX #F138A6 Persian Rose

📋 copy color: '#F138A6'

red 241 ◦ green 56 ◦ blue 166

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

Shades of Persian Rose #F138A6

Tints of Persian Rose #F138A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.85%

R = 52.05%
G = 12.1%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F138A6 (or 0xF138A6) is known color: Persian Rose. HEX triplet: F1, 38 and A6. RGB value is (241,56,166). Sum of RGB (Red+Green+Blue) = 241+56+166=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F138A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F138A6 is #0EC759. Grayscale: #7B7B7B. Windows color (decimal): -968538 or 10893553. OLE color: 10893553.

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

Color convert

RGB 241 56 166 -
CMYK 0 0.77 0.31 0.05
HSL 324.32º 0.87% 0.58% -
HSV(B) 324.32º 0.77% 0.95% -
XYZ 44.57 24.28 38.41 -
YUV 123.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 241 56 166 0 0.77 0.31 0.05 324.32 0.87 0.58
Hex F1 38 A6 0 4D 1F 5 144 57 3A
Octal 361 70 246 0 115 37 5 504 127 72
Binary 11110001 111000 10100110 0 1001101 11111 101 101000100 1010111 111010

Color Harmonies of #F138A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138A6

Black with #F138A6

Text Example


Text Example

White with #F138A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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