Html Css Color HEX #F9268A Wild Strawberry

📋 copy color: '#F9268A'

red 249 ◦ green 38 ◦ blue 138

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

Shades of Wild Strawberry #F9268A

Tints of Wild Strawberry #F9268A

RGB

 RED value IS 249 (97.66% from 255) = 58.59%

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

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 58.59%
G = 8.94%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9268A (or 0xF9268A) is known color: Wild Strawberry. HEX triplet: F9, 26 and 8A. RGB value is (249,38,138). Sum of RGB (Red+Green+Blue) = 249+38+138=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9268A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9268A is #06D975. Grayscale: #707070. Windows color (decimal): -448886 or 9053945. OLE color: 9053945.

HSL color Cylindrical-coordinate representation of color #F9268A: hue angle of 331.56º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9268A is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 38 138 -
CMYK 0 0.85 0.45 0.02
HSL 331.56º 0.95% 0.56% -
HSV(B) 331.56º 0.85% 0.98% -
XYZ 44.35 23.36 26.22 -
YUV 112.49 142.4 225.37 -
System Red Green Blue C M Y K H S L
Decimal 249 38 138 0 0.85 0.45 0.02 331.56 0.95 0.56
Hex F9 26 8A 0 55 2D 2 14C 5F 38
Octal 371 46 212 0 125 55 2 514 137 70
Binary 11111001 100110 10001010 0 1010101 101101 10 101001100 1011111 111000

Color Harmonies of #F9268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9268A

Black with #F9268A

Text Example


Text Example

White with #F9268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9268A; }

 p { color: rgb(249,38,138); }

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

background-color css

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

 a { background-color: rgb(249,38,138); }

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

border-color css

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

 span { border-color: rgb(249,38,138); }

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