Html Css Color HEX #F34760 Radical Red

📋 copy color: '#F34760'

red 243 ◦ green 71 ◦ blue 96

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

Shades of Radical Red #F34760

Tints of Radical Red #F34760

RGB

 RED value IS 243 (95.31% from 255) = 59.27%

 GREEN value IS 71 (28.13% from 255) = 17.32%

 BLUE value IS 96 (37.89% from 255) = 23.41%

R = 59.27%
G = 17.32%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F34760 (or 0xF34760) is known color: Radical Red. HEX triplet: F3, 47 and 60. RGB value is (243,71,96). Sum of RGB (Red+Green+Blue) = 243+71+96=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F34760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34760 is #0CB89F. Grayscale: #7D7D7D. Windows color (decimal): -833696 or 6309875. OLE color: 6309875.

HSL color Cylindrical-coordinate representation of color #F34760: hue angle of 351.28º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34760 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 71 96 -
CMYK 0 0.71 0.60 0.05
HSL 351.28º 0.88% 0.62% -
HSV(B) 351.28º 0.71% 0.95% -
XYZ 41.33 24.41 13.6 -
YUV 125.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 243 71 96 0 0.71 0.60 0.05 351.28 0.88 0.62
Hex F3 47 60 0 47 3C 5 15F 58 3E
Octal 363 107 140 0 107 74 5 537 130 76
Binary 11110011 1000111 1100000 0 1000111 111100 101 101011111 1011000 111110

Color Harmonies of #F34760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34760

Black with #F34760

Text Example


Text Example

White with #F34760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34760; }

 p { color: rgb(243,71,96); }

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

background-color css

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

 a { background-color: rgb(243,71,96); }

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

border-color css

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

 span { border-color: rgb(243,71,96); }

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