Html Css Color HEX #F23265 Radical Red

📋 copy color: '#F23265'

red 242 ◦ green 50 ◦ blue 101

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

Shades of Radical Red #F23265

Tints of Radical Red #F23265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.72%

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

R = 61.58%
G = 12.72%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F23265 (or 0xF23265) is known color: Radical Red. HEX triplet: F2, 32 and 65. RGB value is (242,50,101). Sum of RGB (Red+Green+Blue) = 242+50+101=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F23265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23265 is #0DCD9A. Grayscale: #717171. Windows color (decimal): -904603 or 6632178. OLE color: 6632178.

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

Color convert

RGB 242 50 101 -
CMYK 0 0.79 0.58 0.05
HSL 344.06º 0.88% 0.57% -
HSV(B) 344.06º 0.79% 0.95% -
XYZ 40.11 22.1 14.46 -
YUV 113.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 242 50 101 0 0.79 0.58 0.05 344.06 0.88 0.57
Hex F2 32 65 0 4F 3A 5 158 58 39
Octal 362 62 145 0 117 72 5 530 130 71
Binary 11110010 110010 1100101 0 1001111 111010 101 101011000 1011000 111001

Color Harmonies of #F23265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23265

Black with #F23265

Text Example


Text Example

White with #F23265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23265; }

 p { color: rgb(242,50,101); }

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

background-color css

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

 a { background-color: rgb(242,50,101); }

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

border-color css

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

 span { border-color: rgb(242,50,101); }

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