Html Css Color HEX #FC384B Radical Red

📋 copy color: '#FC384B'

red 252 ◦ green 56 ◦ blue 75

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

Shades of Radical Red #FC384B

Tints of Radical Red #FC384B

RGB

 RED value IS 252 (98.83% from 255) = 65.8%

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

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 65.8%
G = 14.62%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC384B (or 0xFC384B) is known color: Radical Red. HEX triplet: FC, 38 and 4B. RGB value is (252,56,75). Sum of RGB (Red+Green+Blue) = 252+56+75=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC384B is #03C7B4. Grayscale: #747474. Windows color (decimal): -247733 or 4929788. OLE color: 4929788.

HSL color Cylindrical-coordinate representation of color #FC384B: hue angle of 354.18º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC384B is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 56 75 -
CMYK 0 0.78 0.70 0.01
HSL 354.18º 0.97% 0.6% -
HSV(B) 354.18º 0.78% 0.99% -
XYZ 42.83 24.03 9.04 -
YUV 116.77 104.43 224.46 -
System Red Green Blue C M Y K H S L
Decimal 252 56 75 0 0.78 0.70 0.01 354.18 0.97 0.6
Hex FC 38 4B 0 4E 46 1 162 61 3C
Octal 374 70 113 0 116 106 1 542 141 74
Binary 11111100 111000 1001011 0 1001110 1000110 1 101100010 1100001 111100

Color Harmonies of #FC384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC384B

Black with #FC384B

Text Example


Text Example

White with #FC384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC384B; }

 p { color: rgb(252,56,75); }

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

background-color css

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

 a { background-color: rgb(252,56,75); }

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

border-color css

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

 span { border-color: rgb(252,56,75); }

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