Html Css Color HEX #F34071 Radical Red

📋 copy color: '#F34071'

red 243 ◦ green 64 ◦ blue 113

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

Shades of Radical Red #F34071

Tints of Radical Red #F34071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

 BLUE value IS 113 (44.53% from 255) = 26.9%

R = 57.86%
G = 15.24%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F34071 (or 0xF34071) is known color: Radical Red. HEX triplet: F3, 40 and 71. RGB value is (243,64,113). Sum of RGB (Red+Green+Blue) = 243+64+113=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F34071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34071 is #0CBF8E. Grayscale: #7B7B7B. Windows color (decimal): -835471 or 7422195. OLE color: 7422195.

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

Color convert

RGB 243 64 113 -
CMYK 0 0.74 0.53 0.05
HSL 343.58º 0.88% 0.6% -
HSV(B) 343.58º 0.74% 0.95% -
XYZ 41.78 23.91 18.04 -
YUV 123.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 243 64 113 0 0.74 0.53 0.05 343.58 0.88 0.6
Hex F3 40 71 0 4A 35 5 158 58 3C
Octal 363 100 161 0 112 65 5 530 130 74
Binary 11110011 1000000 1110001 0 1001010 110101 101 101011000 1011000 111100

Color Harmonies of #F34071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34071

Black with #F34071

Text Example


Text Example

White with #F34071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34071; }

 p { color: rgb(243,64,113); }

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

background-color css

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

 a { background-color: rgb(243,64,113); }

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

border-color css

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

 span { border-color: rgb(243,64,113); }

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