Html Css Color HEX #F7429A Wild Strawberry

📋 copy color: '#F7429A'

red 247 ◦ green 66 ◦ blue 154

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

Shades of Wild Strawberry #F7429A

Tints of Wild Strawberry #F7429A

RGB

 RED value IS 247 (96.88% from 255) = 52.89%

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

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

R = 52.89%
G = 14.13%
B = 32.98%

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

#F7429A (or 0xF7429A) is known color: Wild Strawberry. HEX triplet: F7, 42 and 9A. RGB value is (247,66,154). Sum of RGB (Red+Green+Blue) = 247+66+154=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F7429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7429A is #08BD65. Grayscale: #818181. Windows color (decimal): -572774 or 10109687. OLE color: 10109687.

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

Color convert

RGB 247 66 154 -
CMYK 0 0.73 0.38 0.03
HSL 330.83º 0.92% 0.61% -
HSV(B) 330.83º 0.73% 0.97% -
XYZ 46.14 26 33.16 -
YUV 130.15 141.47 211.34 -
System Red Green Blue C M Y K H S L
Decimal 247 66 154 0 0.73 0.38 0.03 330.83 0.92 0.61
Hex F7 42 9A 0 49 26 3 14B 5C 3D
Octal 367 102 232 0 111 46 3 513 134 75
Binary 11110111 1000010 10011010 0 1001001 100110 11 101001011 1011100 111101

Color Harmonies of #F7429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7429A

Black with #F7429A

Text Example


Text Example

White with #F7429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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