Html Css Color HEX #F7384B Radical Red

📋 copy color: '#F7384B'

red 247 ◦ green 56 ◦ blue 75

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

Shades of Radical Red #F7384B

Tints of Radical Red #F7384B

RGB

 RED value IS 247 (96.88% from 255) = 65.34%

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

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

R = 65.34%
G = 14.81%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7384B (or 0xF7384B) is known color: Radical Red. HEX triplet: F7, 38 and 4B. RGB value is (247,56,75). Sum of RGB (Red+Green+Blue) = 247+56+75=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F7384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7384B is #08C7B4. Grayscale: #737373. Windows color (decimal): -575413 or 4929783. OLE color: 4929783.

HSL color Cylindrical-coordinate representation of color #F7384B: hue angle of 354.03º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7384B is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 56 75 -
CMYK 0 0.77 0.70 0.03
HSL 354.03º 0.92% 0.59% -
HSV(B) 354.03º 0.77% 0.97% -
XYZ 41.04 23.11 8.95 -
YUV 115.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 247 56 75 0 0.77 0.70 0.03 354.03 0.92 0.59
Hex F7 38 4B 0 4D 46 3 162 5C 3B
Octal 367 70 113 0 115 106 3 542 134 73
Binary 11110111 111000 1001011 0 1001101 1000110 11 101100010 1011100 111011

Color Harmonies of #F7384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7384B

Black with #F7384B

Text Example


Text Example

White with #F7384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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