Html Css Color HEX #F34253 Radical Red

📋 copy color: '#F34253'

red 243 ◦ green 66 ◦ blue 83

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

Shades of Radical Red #F34253

Tints of Radical Red #F34253

RGB

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

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

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

R = 61.99%
G = 16.84%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F34253 (or 0xF34253) is known color: Radical Red. HEX triplet: F3, 42 and 53. RGB value is (243,66,83). Sum of RGB (Red+Green+Blue) = 243+66+83=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F34253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34253 is #0CBDAC. Grayscale: #787878. Windows color (decimal): -834989 or 5456627. OLE color: 5456627.

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

Color convert

RGB 243 66 83 -
CMYK 0 0.73 0.66 0.05
HSL 354.24º 0.88% 0.61% -
HSV(B) 354.24º 0.73% 0.95% -
XYZ 40.47 23.58 10.6 -
YUV 120.86 106.64 215.12 -
System Red Green Blue C M Y K H S L
Decimal 243 66 83 0 0.73 0.66 0.05 354.24 0.88 0.61
Hex F3 42 53 0 49 42 5 162 58 3D
Octal 363 102 123 0 111 102 5 542 130 75
Binary 11110011 1000010 1010011 0 1001001 1000010 101 101100010 1011000 111101

Color Harmonies of #F34253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34253

Black with #F34253

Text Example


Text Example

White with #F34253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34253; }

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

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

background-color css

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

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

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

border-color css

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

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

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