Html Css Color HEX #F133A8 Persian Rose

📋 copy color: '#F133A8'

red 241 ◦ green 51 ◦ blue 168

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

Shades of Persian Rose #F133A8

Tints of Persian Rose #F133A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.52%

R = 52.39%
G = 11.09%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F133A8 (or 0xF133A8) is known color: Persian Rose. HEX triplet: F1, 33 and A8. RGB value is (241,51,168). Sum of RGB (Red+Green+Blue) = 241+51+168=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F133A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F133A8 is #0ECC57. Grayscale: #787878. Windows color (decimal): -969816 or 11023345. OLE color: 11023345.

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

Color convert

RGB 241 51 168 -
CMYK 0 0.79 0.30 0.05
HSL 323.05º 0.87% 0.57% -
HSV(B) 323.05º 0.79% 0.95% -
XYZ 44.53 23.9 39.31 -
YUV 121.15 154.45 213.49 -
System Red Green Blue C M Y K H S L
Decimal 241 51 168 0 0.79 0.30 0.05 323.05 0.87 0.57
Hex F1 33 A8 0 4F 1E 5 143 57 39
Octal 361 63 250 0 117 36 5 503 127 71
Binary 11110001 110011 10101000 0 1001111 11110 101 101000011 1010111 111001

Color Harmonies of #F133A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133A8

Black with #F133A8

Text Example


Text Example

White with #F133A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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