Html Css Color HEX #F7429B Wild Strawberry

📋 copy color: '#F7429B'

red 247 ◦ green 66 ◦ blue 155

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

Shades of Wild Strawberry #F7429B

Tints of Wild Strawberry #F7429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.12%

R = 52.78%
G = 14.1%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7429B (or 0xF7429B) is known color: Wild Strawberry. HEX triplet: F7, 42 and 9B. RGB value is (247,66,155). Sum of RGB (Red+Green+Blue) = 247+66+155=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7429B is #08BD64. Grayscale: #828282. Windows color (decimal): -572773 or 10175223. OLE color: 10175223.

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

Color convert

RGB 247 66 155 -
CMYK 0 0.73 0.37 0.03
HSL 330.5º 0.92% 0.61% -
HSV(B) 330.5º 0.73% 0.97% -
XYZ 46.22 26.04 33.6 -
YUV 130.27 141.97 211.26 -
System Red Green Blue C M Y K H S L
Decimal 247 66 155 0 0.73 0.37 0.03 330.5 0.92 0.61
Hex F7 42 9B 0 49 25 3 14A 5C 3D
Octal 367 102 233 0 111 45 3 512 134 75
Binary 11110111 1000010 10011011 0 1001001 100101 11 101001010 1011100 111101

Color Harmonies of #F7429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7429B

Black with #F7429B

Text Example


Text Example

White with #F7429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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