Html Css Color HEX #F34353 Radical Red

📋 copy color: '#F34353'

red 243 ◦ green 67 ◦ blue 83

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

Shades of Radical Red #F34353

Tints of Radical Red #F34353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.05%

 BLUE value IS 83 (32.81% from 255) = 21.12%

R = 61.83%
G = 17.05%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F34353 (or 0xF34353) is known color: Radical Red. HEX triplet: F3, 43 and 53. RGB value is (243,67,83). Sum of RGB (Red+Green+Blue) = 243+67+83=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F34353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34353 is #0CBCAC. Grayscale: #797979. Windows color (decimal): -834733 or 5456883. OLE color: 5456883.

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

Color convert

RGB 243 67 83 -
CMYK 0 0.72 0.66 0.05
HSL 354.55º 0.88% 0.61% -
HSV(B) 354.55º 0.72% 0.95% -
XYZ 40.53 23.69 10.62 -
YUV 121.45 106.31 214.7 -
System Red Green Blue C M Y K H S L
Decimal 243 67 83 0 0.72 0.66 0.05 354.55 0.88 0.61
Hex F3 43 53 0 48 42 5 163 58 3D
Octal 363 103 123 0 110 102 5 543 130 75
Binary 11110011 1000011 1010011 0 1001000 1000010 101 101100011 1011000 111101

Color Harmonies of #F34353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34353

Black with #F34353

Text Example


Text Example

White with #F34353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34353; }

 p { color: rgb(243,67,83); }

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

background-color css

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

 a { background-color: rgb(243,67,83); }

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

border-color css

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

 span { border-color: rgb(243,67,83); }

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