Html Css Color HEX #F824B4 Spicy Pink

📋 copy color: '#F824B4'

red 248 ◦ green 36 ◦ blue 180

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

Shades of Spicy Pink #F824B4

Tints of Spicy Pink #F824B4

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.76%

 BLUE value IS 180 (70.7% from 255) = 38.79%

R = 53.45%
G = 7.76%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F824B4 (or 0xF824B4) is known color: Spicy Pink. HEX triplet: F8, 24 and B4. RGB value is (248,36,180). Sum of RGB (Red+Green+Blue) = 248+36+180=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F824B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F824B4 is #07DB4B. Grayscale: #737373. Windows color (decimal): -514892 or 11805944. OLE color: 11805944.

HSL color Cylindrical-coordinate representation of color #F824B4: hue angle of 319.25º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F824B4 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 36 180 -
CMYK 0 0.85 0.27 0.03
HSL 319.25º 0.94% 0.56% -
HSV(B) 319.25º 0.85% 0.97% -
XYZ 47.58 24.51 45.4 -
YUV 115.8 164.24 222.29 -
System Red Green Blue C M Y K H S L
Decimal 248 36 180 0 0.85 0.27 0.03 319.25 0.94 0.56
Hex F8 24 B4 0 55 1B 3 13F 5E 38
Octal 370 44 264 0 125 33 3 477 136 70
Binary 11111000 100100 10110100 0 1010101 11011 11 100111111 1011110 111000

Color Harmonies of #F824B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824B4

Black with #F824B4

Text Example


Text Example

White with #F824B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824B4; }

 p { color: rgb(248,36,180); }

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

background-color css

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

 a { background-color: rgb(248,36,180); }

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

border-color css

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

 span { border-color: rgb(248,36,180); }

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