Html Css Color HEX #FB385C Radical Red

📋 copy color: '#FB385C'

red 251 ◦ green 56 ◦ blue 92

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

Shades of Radical Red #FB385C

Tints of Radical Red #FB385C

RGB

 RED value IS 251 (98.44% from 255) = 62.91%

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

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 62.91%
G = 14.04%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB385C (or 0xFB385C) is known color: Radical Red. HEX triplet: FB, 38 and 5C. RGB value is (251,56,92). Sum of RGB (Red+Green+Blue) = 251+56+92=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB385C is #04C7A3. Grayscale: #767676. Windows color (decimal): -313252 or 6043899. OLE color: 6043899.

HSL color Cylindrical-coordinate representation of color #FB385C: hue angle of 348.92º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB385C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 56 92 -
CMYK 0 0.78 0.63 0.02
HSL 348.92º 0.96% 0.6% -
HSV(B) 348.92º 0.78% 0.98% -
XYZ 43.13 24.11 12.51 -
YUV 118.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 251 56 92 0 0.78 0.63 0.02 348.92 0.96 0.6
Hex FB 38 5C 0 4E 3F 2 15D 60 3C
Octal 373 70 134 0 116 77 2 535 140 74
Binary 11111011 111000 1011100 0 1001110 111111 10 101011101 1100000 111100

Color Harmonies of #FB385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB385C

Black with #FB385C

Text Example


Text Example

White with #FB385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB385C; }

 p { color: rgb(251,56,92); }

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

background-color css

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

 a { background-color: rgb(251,56,92); }

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

border-color css

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

 span { border-color: rgb(251,56,92); }

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