Html Css Color HEX #F34462 Radical Red

📋 copy color: '#F34462'

red 243 ◦ green 68 ◦ blue 98

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

Shades of Radical Red #F34462

Tints of Radical Red #F34462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.96%

R = 59.41%
G = 16.63%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F34462 (or 0xF34462) is known color: Radical Red. HEX triplet: F3, 44 and 62. RGB value is (243,68,98). Sum of RGB (Red+Green+Blue) = 243+68+98=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F34462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34462 is #0CBB9D. Grayscale: #7B7B7B. Windows color (decimal): -834462 or 6440179. OLE color: 6440179.

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

Color convert

RGB 243 68 98 -
CMYK 0 0.72 0.60 0.05
HSL 349.71º 0.88% 0.61% -
HSV(B) 349.71º 0.72% 0.95% -
XYZ 41.23 24.07 14.03 -
YUV 123.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 243 68 98 0 0.72 0.60 0.05 349.71 0.88 0.61
Hex F3 44 62 0 48 3C 5 15E 58 3D
Octal 363 104 142 0 110 74 5 536 130 75
Binary 11110011 1000100 1100010 0 1001000 111100 101 101011110 1011000 111101

Color Harmonies of #F34462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34462

Black with #F34462

Text Example


Text Example

White with #F34462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34462; }

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

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

background-color css

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

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

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

border-color css

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

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

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