Html Css Color HEX #FF37AF Persian Rose

📋 copy color: '#FF37AF'

red 255 ◦ green 55 ◦ blue 175

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

Shades of Persian Rose #FF37AF

Tints of Persian Rose #FF37AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 52.58%
G = 11.34%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF37AF (or 0xFF37AF) is known color: Persian Rose. HEX triplet: FF, 37 and AF. RGB value is (255,55,175). Sum of RGB (Red+Green+Blue) = 255+55+175=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF37AF is #00C850. Grayscale: #808080. Windows color (decimal): -51281 or 11483135. OLE color: 11483135.

HSL color Cylindrical-coordinate representation of color #FF37AF: hue angle of 324º 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 #FF37AF is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 55 175 -
CMYK 0 0.78 0.31 0
HSL 324º 1% 0.61% -
HSV(B) 324º 0.78% 1% -
XYZ 50.34 27.09 43.13 -
YUV 128.48 154.26 218.24 -
System Red Green Blue C M Y K H S L
Decimal 255 55 175 0 0.78 0.31 0 324 1 0.61
Hex FF 37 AF 0 4E 1F 0 144 64 3D
Octal 377 67 257 0 116 37 0 504 144 75
Binary 11111111 110111 10101111 0 1001110 11111 0 101000100 1100100 111101

Color Harmonies of #FF37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF37AF

Black with #FF37AF

Text Example


Text Example

White with #FF37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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