Html Css Color HEX #F34465 Radical Red

📋 copy color: '#F34465'

red 243 ◦ green 68 ◦ blue 101

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

Shades of Radical Red #F34465

Tints of Radical Red #F34465

RGB

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

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

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

R = 58.98%
G = 16.5%
B = 24.51%

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

#F34465 (or 0xF34465) is known color: Radical Red. HEX triplet: F3, 44 and 65. RGB value is (243,68,101). Sum of RGB (Red+Green+Blue) = 243+68+101=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F34465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34465 is #0CBB9A. Grayscale: #7C7C7C. Windows color (decimal): -834459 or 6636787. OLE color: 6636787.

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

Color convert

RGB 243 68 101 -
CMYK 0 0.72 0.58 0.05
HSL 348.69º 0.88% 0.61% -
HSV(B) 348.69º 0.72% 0.95% -
XYZ 41.38 24.13 14.79 -
YUV 124.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 243 68 101 0 0.72 0.58 0.05 348.69 0.88 0.61
Hex F3 44 65 0 48 3A 5 15D 58 3D
Octal 363 104 145 0 110 72 5 535 130 75
Binary 11110011 1000100 1100101 0 1001000 111010 101 101011101 1011000 111101

Color Harmonies of #F34465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34465

Black with #F34465

Text Example


Text Example

White with #F34465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34465; }

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

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

background-color css

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

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

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

border-color css

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

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

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