Html Css Color HEX #F2466B Radical Red

📋 copy color: '#F2466B'

red 242 ◦ green 70 ◦ blue 107

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

Shades of Radical Red #F2466B

Tints of Radical Red #F2466B

RGB

 RED value IS 242 (94.92% from 255) = 57.76%

 GREEN value IS 70 (27.73% from 255) = 16.71%

 BLUE value IS 107 (42.19% from 255) = 25.54%

R = 57.76%
G = 16.71%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2466B (or 0xF2466B) is known color: Radical Red. HEX triplet: F2, 46 and 6B. RGB value is (242,70,107). Sum of RGB (Red+Green+Blue) = 242+70+107=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2466B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2466B is #0DB994. Grayscale: #7D7D7D. Windows color (decimal): -899477 or 7030514. OLE color: 7030514.

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

Color convert

RGB 242 70 107 -
CMYK 0 0.71 0.56 0.05
HSL 347.09º 0.87% 0.61% -
HSV(B) 347.09º 0.71% 0.95% -
XYZ 41.46 24.32 16.42 -
YUV 125.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 242 70 107 0 0.71 0.56 0.05 347.09 0.87 0.61
Hex F2 46 6B 0 47 38 5 15B 57 3D
Octal 362 106 153 0 107 70 5 533 127 75
Binary 11110010 1000110 1101011 0 1000111 111000 101 101011011 1010111 111101

Color Harmonies of #F2466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2466B

Black with #F2466B

Text Example


Text Example

White with #F2466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2466B; }

 p { color: rgb(242,70,107); }

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

background-color css

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

 a { background-color: rgb(242,70,107); }

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

border-color css

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

 span { border-color: rgb(242,70,107); }

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