Html Css Color HEX #FF387F Violet Red

📋 copy color: '#FF387F'

red 255 ◦ green 56 ◦ blue 127

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

Shades of Violet Red #FF387F

Tints of Violet Red #FF387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.79%

 BLUE value IS 127 (50% from 255) = 29%

R = 58.22%
G = 12.79%
B = 29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF387F (or 0xFF387F) is known color: Violet Red. HEX triplet: FF, 38 and 7F. RGB value is (255,56,127). Sum of RGB (Red+Green+Blue) = 255+56+127=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF387F is #00C780. Grayscale: #7B7B7B. Windows color (decimal): -51073 or 8337663. OLE color: 8337663.

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

Color convert

RGB 255 56 127 -
CMYK 0 0.78 0.50 0
HSL 338.59º 1% 0.61% -
HSV(B) 338.59º 0.78% 1% -
XYZ 46.48 25.62 22.57 -
YUV 123.6 129.93 221.73 -
System Red Green Blue C M Y K H S L
Decimal 255 56 127 0 0.78 0.50 0 338.59 1 0.61
Hex FF 38 7F 0 4E 32 0 153 64 3D
Octal 377 70 177 0 116 62 0 523 144 75
Binary 11111111 111000 1111111 0 1001110 110010 0 101010011 1100100 111101

Color Harmonies of #FF387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF387F

Black with #FF387F

Text Example


Text Example

White with #FF387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF387F; }

 p { color: rgb(255,56,127); }

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

background-color css

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

 a { background-color: rgb(255,56,127); }

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

border-color css

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

 span { border-color: rgb(255,56,127); }

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