Html Css Color HEX #F136A5 Persian Rose

📋 copy color: '#F136A5'

red 241 ◦ green 54 ◦ blue 165

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

Shades of Persian Rose #F136A5

Tints of Persian Rose #F136A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.87%

R = 52.39%
G = 11.74%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F136A5 (or 0xF136A5) is known color: Persian Rose. HEX triplet: F1, 36 and A5. RGB value is (241,54,165). Sum of RGB (Red+Green+Blue) = 241+54+165=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F136A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F136A5 is #0EC95A. Grayscale: #7A7A7A. Windows color (decimal): -969051 or 10827505. OLE color: 10827505.

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

Color convert

RGB 241 54 165 -
CMYK 0 0.78 0.32 0.05
HSL 324.39º 0.87% 0.58% -
HSV(B) 324.39º 0.78% 0.95% -
XYZ 44.39 24.06 37.9 -
YUV 122.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 241 54 165 0 0.78 0.32 0.05 324.39 0.87 0.58
Hex F1 36 A5 0 4E 20 5 144 57 3A
Octal 361 66 245 0 116 40 5 504 127 72
Binary 11110001 110110 10100101 0 1001110 100000 101 101000100 1010111 111010

Color Harmonies of #F136A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136A5

Black with #F136A5

Text Example


Text Example

White with #F136A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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