Html Css Color HEX #F9348D Wild Strawberry

📋 copy color: '#F9348D'

red 249 ◦ green 52 ◦ blue 141

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

Shades of Wild Strawberry #F9348D

Tints of Wild Strawberry #F9348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.9%

R = 56.33%
G = 11.76%
B = 31.9%

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

#F9348D (or 0xF9348D) is known color: Wild Strawberry. HEX triplet: F9, 34 and 8D. RGB value is (249,52,141). Sum of RGB (Red+Green+Blue) = 249+52+141=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F9348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9348D is #06CB72. Grayscale: #787878. Windows color (decimal): -445299 or 9254137. OLE color: 9254137.

HSL color Cylindrical-coordinate representation of color #F9348D: hue angle of 332.89º 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 #F9348D is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 52 141 -
CMYK 0 0.79 0.43 0.02
HSL 332.89º 0.94% 0.59% -
HSV(B) 332.89º 0.79% 0.98% -
XYZ 45.1 24.52 27.55 -
YUV 121.05 139.27 219.26 -
System Red Green Blue C M Y K H S L
Decimal 249 52 141 0 0.79 0.43 0.02 332.89 0.94 0.59
Hex F9 34 8D 0 4F 2B 2 14D 5E 3B
Octal 371 64 215 0 117 53 2 515 136 73
Binary 11111001 110100 10001101 0 1001111 101011 10 101001101 1011110 111011

Color Harmonies of #F9348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9348D

Black with #F9348D

Text Example


Text Example

White with #F9348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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