Html Css Color HEX #F34768 Radical Red

📋 copy color: '#F34768'

red 243 ◦ green 71 ◦ blue 104

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

Shades of Radical Red #F34768

Tints of Radical Red #F34768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 58.13%
G = 16.99%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F34768 (or 0xF34768) is known color: Radical Red. HEX triplet: F3, 47 and 68. RGB value is (243,71,104). Sum of RGB (Red+Green+Blue) = 243+71+104=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F34768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34768 is #0CB897. Grayscale: #7E7E7E. Windows color (decimal): -833688 or 6834163. OLE color: 6834163.

HSL color Cylindrical-coordinate representation of color #F34768: hue angle of 348.49º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34768 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 71 104 -
CMYK 0 0.71 0.57 0.05
HSL 348.49º 0.88% 0.62% -
HSV(B) 348.49º 0.71% 0.95% -
XYZ 41.71 24.56 15.64 -
YUV 126.19 115.48 211.32 -
System Red Green Blue C M Y K H S L
Decimal 243 71 104 0 0.71 0.57 0.05 348.49 0.88 0.62
Hex F3 47 68 0 47 39 5 15C 58 3E
Octal 363 107 150 0 107 71 5 534 130 76
Binary 11110011 1000111 1101000 0 1000111 111001 101 101011100 1011000 111110

Color Harmonies of #F34768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34768

Black with #F34768

Text Example


Text Example

White with #F34768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34768; }

 p { color: rgb(243,71,104); }

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

background-color css

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

 a { background-color: rgb(243,71,104); }

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

border-color css

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

 span { border-color: rgb(243,71,104); }

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