Html Css Color HEX #F34254 Radical Red

📋 copy color: '#F34254'

red 243 ◦ green 66 ◦ blue 84

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

Shades of Radical Red #F34254

Tints of Radical Red #F34254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

 BLUE value IS 84 (33.2% from 255) = 21.37%

R = 61.83%
G = 16.79%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F34254 (or 0xF34254) is known color: Radical Red. HEX triplet: F3, 42 and 54. RGB value is (243,66,84). Sum of RGB (Red+Green+Blue) = 243+66+84=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F34254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34254 is #0CBDAB. Grayscale: #797979. Windows color (decimal): -834988 or 5522163. OLE color: 5522163.

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

Color convert

RGB 243 66 84 -
CMYK 0 0.73 0.65 0.05
HSL 353.9º 0.88% 0.61% -
HSV(B) 353.9º 0.73% 0.95% -
XYZ 40.51 23.59 10.81 -
YUV 120.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 243 66 84 0 0.73 0.65 0.05 353.9 0.88 0.61
Hex F3 42 54 0 49 41 5 162 58 3D
Octal 363 102 124 0 111 101 5 542 130 75
Binary 11110011 1000010 1010100 0 1001001 1000001 101 101100010 1011000 111101

Color Harmonies of #F34254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34254

Black with #F34254

Text Example


Text Example

White with #F34254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34254; }

 p { color: rgb(243,66,84); }

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

background-color css

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

 a { background-color: rgb(243,66,84); }

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

border-color css

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

 span { border-color: rgb(243,66,84); }

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