Html Css Color HEX #F133A5 Persian Rose

📋 copy color: '#F133A5'

red 241 ◦ green 51 ◦ blue 165

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

Shades of Persian Rose #F133A5

Tints of Persian Rose #F133A5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.16%

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

R = 52.74%
G = 11.16%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F133A5 (or 0xF133A5) is known color: Persian Rose. HEX triplet: F1, 33 and A5. RGB value is (241,51,165). Sum of RGB (Red+Green+Blue) = 241+51+165=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F133A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F133A5 is #0ECC5A. Grayscale: #787878. Windows color (decimal): -969819 or 10826737. OLE color: 10826737.

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

Color convert

RGB 241 51 165 -
CMYK 0 0.79 0.32 0.05
HSL 324º 0.87% 0.57% -
HSV(B) 324º 0.79% 0.95% -
XYZ 44.25 23.79 37.86 -
YUV 120.81 152.95 213.73 -
System Red Green Blue C M Y K H S L
Decimal 241 51 165 0 0.79 0.32 0.05 324 0.87 0.57
Hex F1 33 A5 0 4F 20 5 144 57 39
Octal 361 63 245 0 117 40 5 504 127 71
Binary 11110001 110011 10100101 0 1001111 100000 101 101000100 1010111 111001

Color Harmonies of #F133A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133A5

Black with #F133A5

Text Example


Text Example

White with #F133A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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