Html Css Color HEX #F8429A Wild Strawberry

📋 copy color: '#F8429A'

red 248 ◦ green 66 ◦ blue 154

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

Shades of Wild Strawberry #F8429A

Tints of Wild Strawberry #F8429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.1%

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 52.99%
G = 14.1%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8429A (or 0xF8429A) is known color: Wild Strawberry. HEX triplet: F8, 42 and 9A. RGB value is (248,66,154). Sum of RGB (Red+Green+Blue) = 248+66+154=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8429A is #07BD65. Grayscale: #828282. Windows color (decimal): -507238 or 10109688. OLE color: 10109688.

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

Color convert

RGB 248 66 154 -
CMYK 0 0.73 0.38 0.03
HSL 330.99º 0.93% 0.62% -
HSV(B) 330.99º 0.73% 0.97% -
XYZ 46.49 26.19 33.18 -
YUV 130.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 248 66 154 0 0.73 0.38 0.03 330.99 0.93 0.62
Hex F8 42 9A 0 49 26 3 14B 5D 3E
Octal 370 102 232 0 111 46 3 513 135 76
Binary 11111000 1000010 10011010 0 1001001 100110 11 101001011 1011101 111110

Color Harmonies of #F8429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8429A

Black with #F8429A

Text Example


Text Example

White with #F8429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8429A; }

 p { color: rgb(248,66,154); }

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

background-color css

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

 a { background-color: rgb(248,66,154); }

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

border-color css

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

 span { border-color: rgb(248,66,154); }

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