Html Css Color HEX #F6268F Wild Strawberry

📋 copy color: '#F6268F'

red 246 ◦ green 38 ◦ blue 143

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

Shades of Wild Strawberry #F6268F

Tints of Wild Strawberry #F6268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.9%

 BLUE value IS 143 (56.25% from 255) = 33.49%

R = 57.61%
G = 8.9%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6268F (or 0xF6268F) is known color: Wild Strawberry. HEX triplet: F6, 26 and 8F. RGB value is (246,38,143). Sum of RGB (Red+Green+Blue) = 246+38+143=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F6268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6268F is #09D970. Grayscale: #6F6F6F. Windows color (decimal): -645489 or 9381622. OLE color: 9381622.

HSL color Cylindrical-coordinate representation of color #F6268F: hue angle of 329.71º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6268F is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 38 143 -
CMYK 0 0.85 0.42 0.04
HSL 329.71º 0.92% 0.56% -
HSV(B) 329.71º 0.85% 0.96% -
XYZ 43.66 22.96 28.12 -
YUV 112.16 145.41 223.46 -
System Red Green Blue C M Y K H S L
Decimal 246 38 143 0 0.85 0.42 0.04 329.71 0.92 0.56
Hex F6 26 8F 0 55 2A 4 14A 5C 38
Octal 366 46 217 0 125 52 4 512 134 70
Binary 11110110 100110 10001111 0 1010101 101010 100 101001010 1011100 111000

Color Harmonies of #F6268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6268F

Black with #F6268F

Text Example


Text Example

White with #F6268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6268F; }

 p { color: rgb(246,38,143); }

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

background-color css

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

 a { background-color: rgb(246,38,143); }

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

border-color css

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

 span { border-color: rgb(246,38,143); }

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