Html Css Color HEX #FF396F Radical Red

📋 copy color: '#FF396F'

red 255 ◦ green 57 ◦ blue 111

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

Shades of Radical Red #FF396F

Tints of Radical Red #FF396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.48%

 BLUE value IS 111 (43.75% from 255) = 26.24%

R = 60.28%
G = 13.48%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF396F (or 0xFF396F) is known color: Radical Red. HEX triplet: FF, 39 and 6F. RGB value is (255,57,111). Sum of RGB (Red+Green+Blue) = 255+57+111=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF396F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF396F is #00C690. Grayscale: #7A7A7A. Windows color (decimal): -50833 or 7289343. OLE color: 7289343.

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

Color convert

RGB 255 57 111 -
CMYK 0 0.78 0.56 0
HSL 343.64º 1% 0.61% -
HSV(B) 343.64º 0.78% 1% -
XYZ 45.57 25.33 17.53 -
YUV 122.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 255 57 111 0 0.78 0.56 0 343.64 1 0.61
Hex FF 39 6F 0 4E 38 0 158 64 3D
Octal 377 71 157 0 116 70 0 530 144 75
Binary 11111111 111001 1101111 0 1001110 111000 0 101011000 1100100 111101

Color Harmonies of #FF396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF396F

Black with #FF396F

Text Example


Text Example

White with #FF396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF396F; }

 p { color: rgb(255,57,111); }

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

background-color css

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

 a { background-color: rgb(255,57,111); }

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

border-color css

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

 span { border-color: rgb(255,57,111); }

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