Html Css Color HEX #F34855 Radical Red

📋 copy color: '#F34855'

red 243 ◦ green 72 ◦ blue 85

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

Shades of Radical Red #F34855

Tints of Radical Red #F34855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 60.75%
G = 18%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F34855 (or 0xF34855) is known color: Radical Red. HEX triplet: F3, 48 and 55. RGB value is (243,72,85). Sum of RGB (Red+Green+Blue) = 243+72+85=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F34855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34855 is #0CB7AA. Grayscale: #7C7C7C. Windows color (decimal): -833451 or 5589235. OLE color: 5589235.

HSL color Cylindrical-coordinate representation of color #F34855: hue angle of 355.44º 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 #F34855 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 72 85 -
CMYK 0 0.70 0.65 0.05
HSL 355.44º 0.88% 0.62% -
HSV(B) 355.44º 0.7% 0.95% -
XYZ 40.92 24.35 11.14 -
YUV 124.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 243 72 85 0 0.70 0.65 0.05 355.44 0.88 0.62
Hex F3 48 55 0 46 41 5 163 58 3E
Octal 363 110 125 0 106 101 5 543 130 76
Binary 11110011 1001000 1010101 0 1000110 1000001 101 101100011 1011000 111110

Color Harmonies of #F34855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34855

Black with #F34855

Text Example


Text Example

White with #F34855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34855; }

 p { color: rgb(243,72,85); }

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

background-color css

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

 a { background-color: rgb(243,72,85); }

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

border-color css

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

 span { border-color: rgb(243,72,85); }

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