Html Css Color HEX #F23868 Radical Red

📋 copy color: '#F23868'

red 242 ◦ green 56 ◦ blue 104

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

Shades of Radical Red #F23868

Tints of Radical Red #F23868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.93%

 BLUE value IS 104 (41.02% from 255) = 25.87%

R = 60.2%
G = 13.93%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F23868 (or 0xF23868) is known color: Radical Red. HEX triplet: F2, 38 and 68. RGB value is (242,56,104). Sum of RGB (Red+Green+Blue) = 242+56+104=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F23868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23868 is #0DC797. Grayscale: #757575. Windows color (decimal): -903064 or 6830322. OLE color: 6830322.

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

Color convert

RGB 242 56 104 -
CMYK 0 0.77 0.57 0.05
HSL 344.52º 0.88% 0.58% -
HSV(B) 344.52º 0.77% 0.95% -
XYZ 40.53 22.71 15.34 -
YUV 117.09 120.62 217.1 -
System Red Green Blue C M Y K H S L
Decimal 242 56 104 0 0.77 0.57 0.05 344.52 0.88 0.58
Hex F2 38 68 0 4D 39 5 159 58 3A
Octal 362 70 150 0 115 71 5 531 130 72
Binary 11110010 111000 1101000 0 1001101 111001 101 101011001 1011000 111010

Color Harmonies of #F23868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23868

Black with #F23868

Text Example


Text Example

White with #F23868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23868; }

 p { color: rgb(242,56,104); }

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

background-color css

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

 a { background-color: rgb(242,56,104); }

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

border-color css

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

 span { border-color: rgb(242,56,104); }

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