Html Css Color HEX #F34565 Radical Red

📋 copy color: '#F34565'

red 243 ◦ green 69 ◦ blue 101

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

Shades of Radical Red #F34565

Tints of Radical Red #F34565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.71%

 BLUE value IS 101 (39.84% from 255) = 24.46%

R = 58.84%
G = 16.71%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F34565 (or 0xF34565) is known color: Radical Red. HEX triplet: F3, 45 and 65. RGB value is (243,69,101). Sum of RGB (Red+Green+Blue) = 243+69+101=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F34565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34565 is #0CBA9A. Grayscale: #7C7C7C. Windows color (decimal): -834203 or 6637043. OLE color: 6637043.

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

Color convert

RGB 243 69 101 -
CMYK 0 0.72 0.58 0.05
HSL 348.97º 0.88% 0.61% -
HSV(B) 348.97º 0.72% 0.95% -
XYZ 41.44 24.25 14.81 -
YUV 124.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 243 69 101 0 0.72 0.58 0.05 348.97 0.88 0.61
Hex F3 45 65 0 48 3A 5 15D 58 3D
Octal 363 105 145 0 110 72 5 535 130 75
Binary 11110011 1000101 1100101 0 1001000 111010 101 101011101 1011000 111101

Color Harmonies of #F34565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34565

Black with #F34565

Text Example


Text Example

White with #F34565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34565; }

 p { color: rgb(243,69,101); }

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

background-color css

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

 a { background-color: rgb(243,69,101); }

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

border-color css

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

 span { border-color: rgb(243,69,101); }

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