Html Css Color HEX #F8409C Wild Strawberry

📋 copy color: '#F8409C'

red 248 ◦ green 64 ◦ blue 156

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

Shades of Wild Strawberry #F8409C

Tints of Wild Strawberry #F8409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.68%

 BLUE value IS 156 (61.33% from 255) = 33.33%

R = 52.99%
G = 13.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8409C (or 0xF8409C) is known color: Wild Strawberry. HEX triplet: F8, 40 and 9C. RGB value is (248,64,156). Sum of RGB (Red+Green+Blue) = 248+64+156=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8409C is #07BF63. Grayscale: #818181. Windows color (decimal): -507748 or 10240248. OLE color: 10240248.

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

Color convert

RGB 248 64 156 -
CMYK 0 0.74 0.37 0.03
HSL 330º 0.93% 0.61% -
HSV(B) 330º 0.74% 0.97% -
XYZ 46.55 26.02 34.02 -
YUV 129.5 142.96 212.52 -
System Red Green Blue C M Y K H S L
Decimal 248 64 156 0 0.74 0.37 0.03 330 0.93 0.61
Hex F8 40 9C 0 4A 25 3 14A 5D 3D
Octal 370 100 234 0 112 45 3 512 135 75
Binary 11111000 1000000 10011100 0 1001010 100101 11 101001010 1011101 111101

Color Harmonies of #F8409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8409C

Black with #F8409C

Text Example


Text Example

White with #F8409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8409C; }

 p { color: rgb(248,64,156); }

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

background-color css

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

 a { background-color: rgb(248,64,156); }

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

border-color css

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

 span { border-color: rgb(248,64,156); }

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