Html Css Color HEX #F23762 Radical Red

📋 copy color: '#F23762'

red 242 ◦ green 55 ◦ blue 98

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

Shades of Radical Red #F23762

Tints of Radical Red #F23762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.92%

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 61.27%
G = 13.92%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F23762 (or 0xF23762) is known color: Radical Red. HEX triplet: F2, 37 and 62. RGB value is (242,55,98). Sum of RGB (Red+Green+Blue) = 242+55+98=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F23762 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23762 is #0DC89D. Grayscale: #737373. Windows color (decimal): -903326 or 6436850. OLE color: 6436850.

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

Color convert

RGB 242 55 98 -
CMYK 0 0.77 0.60 0.05
HSL 346.2º 0.88% 0.58% -
HSV(B) 346.2º 0.77% 0.95% -
XYZ 40.19 22.49 13.78 -
YUV 115.82 117.95 218 -
System Red Green Blue C M Y K H S L
Decimal 242 55 98 0 0.77 0.60 0.05 346.2 0.88 0.58
Hex F2 37 62 0 4D 3C 5 15A 58 3A
Octal 362 67 142 0 115 74 5 532 130 72
Binary 11110010 110111 1100010 0 1001101 111100 101 101011010 1011000 111010

Color Harmonies of #F23762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23762

Black with #F23762

Text Example


Text Example

White with #F23762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23762; }

 p { color: rgb(242,55,98); }

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

background-color css

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

 a { background-color: rgb(242,55,98); }

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

border-color css

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

 span { border-color: rgb(242,55,98); }

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