Html Css Color HEX #F8278D Wild Strawberry

📋 copy color: '#F8278D'

red 248 ◦ green 39 ◦ blue 141

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

Shades of Wild Strawberry #F8278D

Tints of Wild Strawberry #F8278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.11%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 57.94%
G = 9.11%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8278D (or 0xF8278D) is known color: Wild Strawberry. HEX triplet: F8, 27 and 8D. RGB value is (248,39,141). Sum of RGB (Red+Green+Blue) = 248+39+141=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8278D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8278D is #07D872. Grayscale: #707070. Windows color (decimal): -514163 or 9250808. OLE color: 9250808.

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

Color convert

RGB 248 39 141 -
CMYK 0 0.84 0.43 0.03
HSL 330.72º 0.94% 0.56% -
HSV(B) 330.72º 0.84% 0.97% -
XYZ 44.24 23.33 27.37 -
YUV 113.12 143.74 224.21 -
System Red Green Blue C M Y K H S L
Decimal 248 39 141 0 0.84 0.43 0.03 330.72 0.94 0.56
Hex F8 27 8D 0 54 2B 3 14B 5E 38
Octal 370 47 215 0 124 53 3 513 136 70
Binary 11111000 100111 10001101 0 1010100 101011 11 101001011 1011110 111000

Color Harmonies of #F8278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8278D

Black with #F8278D

Text Example


Text Example

White with #F8278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8278D; }

 p { color: rgb(248,39,141); }

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

background-color css

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

 a { background-color: rgb(248,39,141); }

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

border-color css

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

 span { border-color: rgb(248,39,141); }

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