Html Css Color HEX #FD379B Wild Strawberry

📋 copy color: '#FD379B'

red 253 ◦ green 55 ◦ blue 155

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

Shades of Wild Strawberry #FD379B

Tints of Wild Strawberry #FD379B

RGB

 RED value IS 253 (99.22% from 255) = 54.64%

 GREEN value IS 55 (21.88% from 255) = 11.88%

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

R = 54.64%
G = 11.88%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD379B (or 0xFD379B) is known color: Wild Strawberry. HEX triplet: FD, 37 and 9B. RGB value is (253,55,155). Sum of RGB (Red+Green+Blue) = 253+55+155=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD379B is #02C864. Grayscale: #7D7D7D. Windows color (decimal): -182373 or 10172413. OLE color: 10172413.

HSL color Cylindrical-coordinate representation of color #FD379B: hue angle of 329.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD379B is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 55 155 -
CMYK 0 0.78 0.39 0.01
HSL 329.7º 0.98% 0.6% -
HSV(B) 329.7º 0.78% 0.99% -
XYZ 47.79 25.98 33.51 -
YUV 125.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 253 55 155 0 0.78 0.39 0.01 329.7 0.98 0.6
Hex FD 37 9B 0 4E 27 1 14A 62 3C
Octal 375 67 233 0 116 47 1 512 142 74
Binary 11111101 110111 10011011 0 1001110 100111 1 101001010 1100010 111100

Color Harmonies of #FD379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD379B

Black with #FD379B

Text Example


Text Example

White with #FD379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD379B; }

 p { color: rgb(253,55,155); }

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

background-color css

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

 a { background-color: rgb(253,55,155); }

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

border-color css

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

 span { border-color: rgb(253,55,155); }

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