Html Css Color HEX #F6429B Wild Strawberry

📋 copy color: '#F6429B'

red 246 ◦ green 66 ◦ blue 155

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

Shades of Wild Strawberry #F6429B

Tints of Wild Strawberry #F6429B

RGB

 RED value IS 246 (96.48% from 255) = 52.68%

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

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

R = 52.68%
G = 14.13%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6429B (or 0xF6429B) is known color: Wild Strawberry. HEX triplet: F6, 42 and 9B. RGB value is (246,66,155). Sum of RGB (Red+Green+Blue) = 246+66+155=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6429B is #09BD64. Grayscale: #818181. Windows color (decimal): -638309 or 10175222. OLE color: 10175222.

HSL color Cylindrical-coordinate representation of color #F6429B: hue angle of 330.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F6429B is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 66 155 -
CMYK 0 0.73 0.37 0.04
HSL 330.33º 0.91% 0.61% -
HSV(B) 330.33º 0.73% 0.96% -
XYZ 45.87 25.86 33.58 -
YUV 129.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 246 66 155 0 0.73 0.37 0.04 330.33 0.91 0.61
Hex F6 42 9B 0 49 25 4 14A 5B 3D
Octal 366 102 233 0 111 45 4 512 133 75
Binary 11110110 1000010 10011011 0 1001001 100101 100 101001010 1011011 111101

Color Harmonies of #F6429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6429B

Black with #F6429B

Text Example


Text Example

White with #F6429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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