Html Css Color HEX #FF386F Radical Red

📋 copy color: '#FF386F'

red 255 ◦ green 56 ◦ blue 111

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

Shades of Radical Red #FF386F

Tints of Radical Red #FF386F

RGB

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

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

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

R = 60.43%
G = 13.27%
B = 26.3%

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

#FF386F (or 0xFF386F) is known color: Radical Red. HEX triplet: FF, 38 and 6F. RGB value is (255,56,111). Sum of RGB (Red+Green+Blue) = 255+56+111=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF386F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF386F is #00C790. Grayscale: #797979. Windows color (decimal): -51089 or 7289087. OLE color: 7289087.

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

Color convert

RGB 255 56 111 -
CMYK 0 0.78 0.56 0
HSL 343.42º 1% 0.61% -
HSV(B) 343.42º 0.78% 1% -
XYZ 45.52 25.24 17.51 -
YUV 121.77 121.93 223.03 -
System Red Green Blue C M Y K H S L
Decimal 255 56 111 0 0.78 0.56 0 343.42 1 0.61
Hex FF 38 6F 0 4E 38 0 157 64 3D
Octal 377 70 157 0 116 70 0 527 144 75
Binary 11111111 111000 1101111 0 1001110 111000 0 101010111 1100100 111101

Color Harmonies of #FF386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF386F

Black with #FF386F

Text Example


Text Example

White with #FF386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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