Html Css Color HEX #FF37B3 Persian Rose

📋 copy color: '#FF37B3'

red 255 ◦ green 55 ◦ blue 179

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

Shades of Persian Rose #FF37B3

Tints of Persian Rose #FF37B3

RGB

 RED value IS 255 (100% from 255) = 52.15%

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

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 52.15%
G = 11.25%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF37B3 (or 0xFF37B3) is known color: Persian Rose. HEX triplet: FF, 37 and B3. RGB value is (255,55,179). Sum of RGB (Red+Green+Blue) = 255+55+179=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37B3 is #00C84C. Grayscale: #808080. Windows color (decimal): -51277 or 11745279. OLE color: 11745279.

HSL color Cylindrical-coordinate representation of color #FF37B3: hue angle of 322.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF37B3 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 55 179 -
CMYK 0 0.78 0.30 0
HSL 322.8º 1% 0.61% -
HSV(B) 322.8º 0.78% 1% -
XYZ 50.74 27.25 45.23 -
YUV 128.94 156.26 217.92 -
System Red Green Blue C M Y K H S L
Decimal 255 55 179 0 0.78 0.30 0 322.8 1 0.61
Hex FF 37 B3 0 4E 1E 0 143 64 3D
Octal 377 67 263 0 116 36 0 503 144 75
Binary 11111111 110111 10110011 0 1001110 11110 0 101000011 1100100 111101

Color Harmonies of #FF37B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF37B3

Black with #FF37B3

Text Example


Text Example

White with #FF37B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF37B3; }

 p { color: rgb(255,55,179); }

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

background-color css

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

 a { background-color: rgb(255,55,179); }

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

border-color css

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

 span { border-color: rgb(255,55,179); }

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