Html Css Color HEX #F34162 Radical Red

📋 copy color: '#F34162'

red 243 ◦ green 65 ◦ blue 98

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

Shades of Radical Red #F34162

Tints of Radical Red #F34162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

 BLUE value IS 98 (38.67% from 255) = 24.14%

R = 59.85%
G = 16.01%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F34162 (or 0xF34162) is known color: Radical Red. HEX triplet: F3, 41 and 62. RGB value is (243,65,98). Sum of RGB (Red+Green+Blue) = 243+65+98=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F34162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34162 is #0CBE9D. Grayscale: #7A7A7A. Windows color (decimal): -835230 or 6439411. OLE color: 6439411.

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

Color convert

RGB 243 65 98 -
CMYK 0 0.73 0.60 0.05
HSL 348.88º 0.88% 0.6% -
HSV(B) 348.88º 0.73% 0.95% -
XYZ 41.06 23.72 13.97 -
YUV 121.98 114.47 214.32 -
System Red Green Blue C M Y K H S L
Decimal 243 65 98 0 0.73 0.60 0.05 348.88 0.88 0.6
Hex F3 41 62 0 49 3C 5 15D 58 3C
Octal 363 101 142 0 111 74 5 535 130 74
Binary 11110011 1000001 1100010 0 1001001 111100 101 101011101 1011000 111100

Color Harmonies of #F34162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34162

Black with #F34162

Text Example


Text Example

White with #F34162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34162; }

 p { color: rgb(243,65,98); }

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

background-color css

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

 a { background-color: rgb(243,65,98); }

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

border-color css

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

 span { border-color: rgb(243,65,98); }

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