Html Css Color HEX #F83269 Radical Red

📋 copy color: '#F83269'

red 248 ◦ green 50 ◦ blue 105

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

Shades of Radical Red #F83269

Tints of Radical Red #F83269

RGB

 RED value IS 248 (97.27% from 255) = 61.54%

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

 BLUE value IS 105 (41.41% from 255) = 26.05%

R = 61.54%
G = 12.41%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F83269 (or 0xF83269) is known color: Radical Red. HEX triplet: F8, 32 and 69. RGB value is (248,50,105). Sum of RGB (Red+Green+Blue) = 248+50+105=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F83269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83269 is #07CD96. Grayscale: #737373. Windows color (decimal): -511383 or 6894328. OLE color: 6894328.

HSL color Cylindrical-coordinate representation of color #F83269: hue angle of 343.33º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83269 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 105 -
CMYK 0 0.80 0.58 0.03
HSL 343.33º 0.93% 0.58% -
HSV(B) 343.33º 0.8% 0.97% -
XYZ 42.4 23.26 15.62 -
YUV 115.47 122.1 222.53 -
System Red Green Blue C M Y K H S L
Decimal 248 50 105 0 0.80 0.58 0.03 343.33 0.93 0.58
Hex F8 32 69 0 50 3A 3 157 5D 3A
Octal 370 62 151 0 120 72 3 527 135 72
Binary 11111000 110010 1101001 0 1010000 111010 11 101010111 1011101 111010

Color Harmonies of #F83269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83269

Black with #F83269

Text Example


Text Example

White with #F83269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83269; }

 p { color: rgb(248,50,105); }

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

background-color css

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

 a { background-color: rgb(248,50,105); }

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

border-color css

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

 span { border-color: rgb(248,50,105); }

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