Html Css Color HEX #F135AF Persian Rose

📋 copy color: '#F135AF'

red 241 ◦ green 53 ◦ blue 175

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

Shades of Persian Rose #F135AF

Tints of Persian Rose #F135AF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.3%

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 51.39%
G = 11.3%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F135AF (or 0xF135AF) is known color: Persian Rose. HEX triplet: F1, 35 and AF. RGB value is (241,53,175). Sum of RGB (Red+Green+Blue) = 241+53+175=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F135AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F135AF is #0ECA50. Grayscale: #7A7A7A. Windows color (decimal): -969297 or 11482609. OLE color: 11482609.

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

Color convert

RGB 241 53 175 -
CMYK 0 0.78 0.27 0.05
HSL 321.06º 0.87% 0.58% -
HSV(B) 321.06º 0.78% 0.95% -
XYZ 45.29 24.34 42.87 -
YUV 123.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 241 53 175 0 0.78 0.27 0.05 321.06 0.87 0.58
Hex F1 35 AF 0 4E 1B 5 141 57 3A
Octal 361 65 257 0 116 33 5 501 127 72
Binary 11110001 110101 10101111 0 1001110 11011 101 101000001 1010111 111010

Color Harmonies of #F135AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F135AF

Black with #F135AF

Text Example


Text Example

White with #F135AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F135AF; }

 p { color: rgb(241,53,175); }

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

background-color css

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

 a { background-color: rgb(241,53,175); }

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

border-color css

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

 span { border-color: rgb(241,53,175); }

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