Html Css Color HEX #F8419D Wild Strawberry

📋 copy color: '#F8419D'

red 248 ◦ green 65 ◦ blue 157

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

Shades of Wild Strawberry #F8419D

Tints of Wild Strawberry #F8419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.83%

 BLUE value IS 157 (61.72% from 255) = 33.4%

R = 52.77%
G = 13.83%
B = 33.4%

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

#F8419D (or 0xF8419D) is known color: Wild Strawberry. HEX triplet: F8, 41 and 9D. RGB value is (248,65,157). Sum of RGB (Red+Green+Blue) = 248+65+157=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8419D is #07BE62. Grayscale: #828282. Windows color (decimal): -507491 or 10306040. OLE color: 10306040.

HSL color Cylindrical-coordinate representation of color #F8419D: hue angle of 329.84º 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 #F8419D is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 65 157 -
CMYK 0 0.74 0.37 0.03
HSL 329.84º 0.93% 0.61% -
HSV(B) 329.84º 0.74% 0.97% -
XYZ 46.69 26.17 34.49 -
YUV 130.21 143.13 212.02 -
System Red Green Blue C M Y K H S L
Decimal 248 65 157 0 0.74 0.37 0.03 329.84 0.93 0.61
Hex F8 41 9D 0 4A 25 3 14A 5D 3D
Octal 370 101 235 0 112 45 3 512 135 75
Binary 11111000 1000001 10011101 0 1001010 100101 11 101001010 1011101 111101

Color Harmonies of #F8419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8419D

Black with #F8419D

Text Example


Text Example

White with #F8419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8419D; }

 p { color: rgb(248,65,157); }

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

background-color css

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

 a { background-color: rgb(248,65,157); }

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

border-color css

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

 span { border-color: rgb(248,65,157); }

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