Html Css Color HEX #F136A6 Persian Rose

📋 copy color: '#F136A6'

red 241 ◦ green 54 ◦ blue 166

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

Shades of Persian Rose #F136A6

Tints of Persian Rose #F136A6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.71%

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

R = 52.28%
G = 11.71%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F136A6 (or 0xF136A6) is known color: Persian Rose. HEX triplet: F1, 36 and A6. RGB value is (241,54,166). Sum of RGB (Red+Green+Blue) = 241+54+166=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F136A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F136A6 is #0EC959. Grayscale: #7A7A7A. Windows color (decimal): -969050 or 10893041. OLE color: 10893041.

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

Color convert

RGB 241 54 166 -
CMYK 0 0.78 0.31 0.05
HSL 324.06º 0.87% 0.58% -
HSV(B) 324.06º 0.78% 0.95% -
XYZ 44.48 24.09 38.38 -
YUV 122.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 241 54 166 0 0.78 0.31 0.05 324.06 0.87 0.58
Hex F1 36 A6 0 4E 1F 5 144 57 3A
Octal 361 66 246 0 116 37 5 504 127 72
Binary 11110001 110110 10100110 0 1001110 11111 101 101000100 1010111 111010

Color Harmonies of #F136A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136A6

Black with #F136A6

Text Example


Text Example

White with #F136A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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