Html Css Color HEX #F134AF Persian Rose

📋 copy color: '#F134AF'

red 241 ◦ green 52 ◦ blue 175

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

Shades of Persian Rose #F134AF

Tints of Persian Rose #F134AF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.11%

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

R = 51.5%
G = 11.11%
B = 37.39%

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

#F134AF (or 0xF134AF) is known color: Persian Rose. HEX triplet: F1, 34 and AF. RGB value is (241,52,175). Sum of RGB (Red+Green+Blue) = 241+52+175=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F134AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F134AF is #0ECB50. Grayscale: #7A7A7A. Windows color (decimal): -969553 or 11482353. OLE color: 11482353.

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

Color convert

RGB 241 52 175 -
CMYK 0 0.78 0.27 0.05
HSL 320.95º 0.87% 0.57% -
HSV(B) 320.95º 0.78% 0.95% -
XYZ 45.24 24.25 42.85 -
YUV 122.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 241 52 175 0 0.78 0.27 0.05 320.95 0.87 0.57
Hex F1 34 AF 0 4E 1B 5 141 57 39
Octal 361 64 257 0 116 33 5 501 127 71
Binary 11110001 110100 10101111 0 1001110 11011 101 101000001 1010111 111001

Color Harmonies of #F134AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134AF

Black with #F134AF

Text Example


Text Example

White with #F134AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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