Html Css Color HEX #F23263 Radical Red

📋 copy color: '#F23263'

red 242 ◦ green 50 ◦ blue 99

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

Shades of Radical Red #F23263

Tints of Radical Red #F23263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.32%

R = 61.89%
G = 12.79%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F23263 (or 0xF23263) is known color: Radical Red. HEX triplet: F2, 32 and 63. RGB value is (242,50,99). Sum of RGB (Red+Green+Blue) = 242+50+99=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F23263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23263 is #0DCD9C. Grayscale: #707070. Windows color (decimal): -904605 or 6501106. OLE color: 6501106.

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

Color convert

RGB 242 50 99 -
CMYK 0 0.79 0.59 0.05
HSL 344.69º 0.88% 0.57% -
HSV(B) 344.69º 0.79% 0.95% -
XYZ 40.01 22.06 13.95 -
YUV 112.99 120.11 220.02 -
System Red Green Blue C M Y K H S L
Decimal 242 50 99 0 0.79 0.59 0.05 344.69 0.88 0.57
Hex F2 32 63 0 4F 3B 5 159 58 39
Octal 362 62 143 0 117 73 5 531 130 71
Binary 11110010 110010 1100011 0 1001111 111011 101 101011001 1011000 111001

Color Harmonies of #F23263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23263

Black with #F23263

Text Example


Text Example

White with #F23263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23263; }

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

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

background-color css

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

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

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

border-color css

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

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

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