Html Css Color HEX #F9348F Wild Strawberry

📋 copy color: '#F9348F'

red 249 ◦ green 52 ◦ blue 143

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

Shades of Wild Strawberry #F9348F

Tints of Wild Strawberry #F9348F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.71%

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

R = 56.08%
G = 11.71%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9348F (or 0xF9348F) is known color: Wild Strawberry. HEX triplet: F9, 34 and 8F. RGB value is (249,52,143). Sum of RGB (Red+Green+Blue) = 249+52+143=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9348F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9348F is #06CB70. Grayscale: #797979. Windows color (decimal): -445297 or 9385209. OLE color: 9385209.

HSL color Cylindrical-coordinate representation of color #F9348F: hue angle of 332.28º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9348F is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 52 143 -
CMYK 0 0.79 0.43 0.02
HSL 332.28º 0.94% 0.59% -
HSV(B) 332.28º 0.79% 0.98% -
XYZ 45.25 24.58 28.35 -
YUV 121.28 140.27 219.1 -
System Red Green Blue C M Y K H S L
Decimal 249 52 143 0 0.79 0.43 0.02 332.28 0.94 0.59
Hex F9 34 8F 0 4F 2B 2 14C 5E 3B
Octal 371 64 217 0 117 53 2 514 136 73
Binary 11111001 110100 10001111 0 1001111 101011 10 101001100 1011110 111011

Color Harmonies of #F9348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9348F

Black with #F9348F

Text Example


Text Example

White with #F9348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9348F; }

 p { color: rgb(249,52,143); }

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

background-color css

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

 a { background-color: rgb(249,52,143); }

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

border-color css

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

 span { border-color: rgb(249,52,143); }

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