Html Css Color HEX #F337B4 Persian Rose

📋 copy color: '#F337B4'

red 243 ◦ green 55 ◦ blue 180

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

Shades of Persian Rose #F337B4

Tints of Persian Rose #F337B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.66%

R = 50.84%
G = 11.51%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F337B4 (or 0xF337B4) is known color: Persian Rose. HEX triplet: F3, 37 and B4. RGB value is (243,55,180). Sum of RGB (Red+Green+Blue) = 243+55+180=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F337B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F337B4 is #0CC84B. Grayscale: #7D7D7D. Windows color (decimal): -837708 or 11810803. OLE color: 11810803.

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

Color convert

RGB 243 55 180 -
CMYK 0 0.77 0.26 0.05
HSL 320.11º 0.89% 0.58% -
HSV(B) 320.11º 0.77% 0.95% -
XYZ 46.57 25.08 45.57 -
YUV 125.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 243 55 180 0 0.77 0.26 0.05 320.11 0.89 0.58
Hex F3 37 B4 0 4D 1A 5 140 59 3A
Octal 363 67 264 0 115 32 5 500 131 72
Binary 11110011 110111 10110100 0 1001101 11010 101 101000000 1011001 111010

Color Harmonies of #F337B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F337B4

Black with #F337B4

Text Example


Text Example

White with #F337B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F337B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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