Html Css Color HEX #F34051 Radical Red

📋 copy color: '#F34051'

red 243 ◦ green 64 ◦ blue 81

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

Shades of Radical Red #F34051

Tints of Radical Red #F34051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.49%

 BLUE value IS 81 (32.03% from 255) = 20.88%

R = 62.63%
G = 16.49%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F34051 (or 0xF34051) is known color: Radical Red. HEX triplet: F3, 40 and 51. RGB value is (243,64,81). Sum of RGB (Red+Green+Blue) = 243+64+81=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F34051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34051 is #0CBFAE. Grayscale: #777777. Windows color (decimal): -835503 or 5325043. OLE color: 5325043.

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

Color convert

RGB 243 64 81 -
CMYK 0 0.74 0.67 0.05
HSL 354.3º 0.88% 0.6% -
HSV(B) 354.3º 0.74% 0.95% -
XYZ 40.28 23.32 10.16 -
YUV 119.46 106.3 216.12 -
System Red Green Blue C M Y K H S L
Decimal 243 64 81 0 0.74 0.67 0.05 354.3 0.88 0.6
Hex F3 40 51 0 4A 43 5 162 58 3C
Octal 363 100 121 0 112 103 5 542 130 74
Binary 11110011 1000000 1010001 0 1001010 1000011 101 101100010 1011000 111100

Color Harmonies of #F34051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34051

Black with #F34051

Text Example


Text Example

White with #F34051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34051; }

 p { color: rgb(243,64,81); }

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

background-color css

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

 a { background-color: rgb(243,64,81); }

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

border-color css

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

 span { border-color: rgb(243,64,81); }

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