Html Css Color HEX #F337B1 Persian Rose

📋 copy color: '#F337B1'

red 243 ◦ green 55 ◦ blue 177

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

Shades of Persian Rose #F337B1

Tints of Persian Rose #F337B1

RGB

 RED value IS 243 (95.31% from 255) = 51.16%

 GREEN value IS 55 (21.88% from 255) = 11.58%

 BLUE value IS 177 (69.53% from 255) = 37.26%

R = 51.16%
G = 11.58%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F337B1 (or 0xF337B1) is known color: Persian Rose. HEX triplet: F3, 37 and B1. RGB value is (243,55,177). Sum of RGB (Red+Green+Blue) = 243+55+177=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F337B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F337B1 is #0CC84E. Grayscale: #7C7C7C. Windows color (decimal): -837711 or 11614195. OLE color: 11614195.

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

Color convert

RGB 243 55 177 -
CMYK 0 0.77 0.27 0.05
HSL 321.06º 0.89% 0.58% -
HSV(B) 321.06º 0.77% 0.95% -
XYZ 46.26 24.96 43.97 -
YUV 125.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 243 55 177 0 0.77 0.27 0.05 321.06 0.89 0.58
Hex F3 37 B1 0 4D 1B 5 141 59 3A
Octal 363 67 261 0 115 33 5 501 131 72
Binary 11110011 110111 10110001 0 1001101 11011 101 101000001 1011001 111010

Color Harmonies of #F337B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F337B1

Black with #F337B1

Text Example


Text Example

White with #F337B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F337B1; }

 p { color: rgb(243,55,177); }

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

background-color css

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

 a { background-color: rgb(243,55,177); }

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

border-color css

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

 span { border-color: rgb(243,55,177); }

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