Html Css Color HEX #F34958 Radical Red

📋 copy color: '#F34958'

red 243 ◦ green 73 ◦ blue 88

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

Shades of Radical Red #F34958

Tints of Radical Red #F34958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.07%

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 60.15%
G = 18.07%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F34958 (or 0xF34958) is known color: Radical Red. HEX triplet: F3, 49 and 58. RGB value is (243,73,88). Sum of RGB (Red+Green+Blue) = 243+73+88=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F34958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34958 is #0CB6A7. Grayscale: #7D7D7D. Windows color (decimal): -833192 or 5786099. OLE color: 5786099.

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

Color convert

RGB 243 73 88 -
CMYK 0 0.70 0.64 0.05
HSL 354.71º 0.88% 0.62% -
HSV(B) 354.71º 0.7% 0.95% -
XYZ 41.11 24.52 11.8 -
YUV 125.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 243 73 88 0 0.70 0.64 0.05 354.71 0.88 0.62
Hex F3 49 58 0 46 40 5 163 58 3E
Octal 363 111 130 0 106 100 5 543 130 76
Binary 11110011 1001001 1011000 0 1000110 1000000 101 101100011 1011000 111110

Color Harmonies of #F34958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34958

Black with #F34958

Text Example


Text Example

White with #F34958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34958; }

 p { color: rgb(243,73,88); }

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

background-color css

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

 a { background-color: rgb(243,73,88); }

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

border-color css

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

 span { border-color: rgb(243,73,88); }

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