Html Css Color HEX #F34452 Radical Red

📋 copy color: '#F34452'

red 243 ◦ green 68 ◦ blue 82

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

Shades of Radical Red #F34452

Tints of Radical Red #F34452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

 BLUE value IS 82 (32.42% from 255) = 20.87%

R = 61.83%
G = 17.3%
B = 20.87%

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

#F34452 (or 0xF34452) is known color: Radical Red. HEX triplet: F3, 44 and 52. RGB value is (243,68,82). Sum of RGB (Red+Green+Blue) = 243+68+82=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F34452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34452 is #0CBBAD. Grayscale: #7A7A7A. Windows color (decimal): -834478 or 5391603. OLE color: 5391603.

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

Color convert

RGB 243 68 82 -
CMYK 0 0.72 0.66 0.05
HSL 355.2º 0.88% 0.61% -
HSV(B) 355.2º 0.72% 0.95% -
XYZ 40.55 23.8 10.44 -
YUV 121.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 243 68 82 0 0.72 0.66 0.05 355.2 0.88 0.61
Hex F3 44 52 0 48 42 5 163 58 3D
Octal 363 104 122 0 110 102 5 543 130 75
Binary 11110011 1000100 1010010 0 1001000 1000010 101 101100011 1011000 111101

Color Harmonies of #F34452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34452

Black with #F34452

Text Example


Text Example

White with #F34452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34452; }

 p { color: rgb(243,68,82); }

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

background-color css

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

 a { background-color: rgb(243,68,82); }

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

border-color css

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

 span { border-color: rgb(243,68,82); }

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