Html Css Color HEX #F34370 Radical Red

📋 copy color: '#F34370'

red 243 ◦ green 67 ◦ blue 112

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

Shades of Radical Red #F34370

Tints of Radical Red #F34370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.88%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 57.58%
G = 15.88%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F34370 (or 0xF34370) is known color: Radical Red. HEX triplet: F3, 43 and 70. RGB value is (243,67,112). Sum of RGB (Red+Green+Blue) = 243+67+112=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F34370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34370 is #0CBC8F. Grayscale: #7C7C7C. Windows color (decimal): -834704 or 7357427. OLE color: 7357427.

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

Color convert

RGB 243 67 112 -
CMYK 0 0.72 0.54 0.05
HSL 344.66º 0.88% 0.61% -
HSV(B) 344.66º 0.72% 0.95% -
XYZ 41.89 24.24 17.8 -
YUV 124.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 243 67 112 0 0.72 0.54 0.05 344.66 0.88 0.61
Hex F3 43 70 0 48 36 5 159 58 3D
Octal 363 103 160 0 110 66 5 531 130 75
Binary 11110011 1000011 1110000 0 1001000 110110 101 101011001 1011000 111101

Color Harmonies of #F34370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34370

Black with #F34370

Text Example


Text Example

White with #F34370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34370; }

 p { color: rgb(243,67,112); }

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

background-color css

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

 a { background-color: rgb(243,67,112); }

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

border-color css

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

 span { border-color: rgb(243,67,112); }

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