Html Css Color HEX #F34066 Radical Red

📋 copy color: '#F34066'

red 243 ◦ green 64 ◦ blue 102

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

Shades of Radical Red #F34066

Tints of Radical Red #F34066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.65%

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 59.41%
G = 15.65%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F34066 (or 0xF34066) is known color: Radical Red. HEX triplet: F3, 40 and 66. RGB value is (243,64,102). Sum of RGB (Red+Green+Blue) = 243+64+102=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F34066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34066 is #0CBF99. Grayscale: #797979. Windows color (decimal): -835482 or 6701299. OLE color: 6701299.

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

Color convert

RGB 243 64 102 -
CMYK 0 0.74 0.58 0.05
HSL 347.26º 0.88% 0.6% -
HSV(B) 347.26º 0.74% 0.95% -
XYZ 41.19 23.68 14.97 -
YUV 121.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 243 64 102 0 0.74 0.58 0.05 347.26 0.88 0.6
Hex F3 40 66 0 4A 3A 5 15B 58 3C
Octal 363 100 146 0 112 72 5 533 130 74
Binary 11110011 1000000 1100110 0 1001010 111010 101 101011011 1011000 111100

Color Harmonies of #F34066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34066

Black with #F34066

Text Example


Text Example

White with #F34066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34066; }

 p { color: rgb(243,64,102); }

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

background-color css

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

 a { background-color: rgb(243,64,102); }

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

border-color css

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

 span { border-color: rgb(243,64,102); }

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