Html Css Color HEX #FD3497 Wild Strawberry

📋 copy color: '#FD3497'

red 253 ◦ green 52 ◦ blue 151

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

Shades of Wild Strawberry #FD3497

Tints of Wild Strawberry #FD3497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.11%

R = 55.48%
G = 11.4%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD3497 (or 0xFD3497) is known color: Wild Strawberry. HEX triplet: FD, 34 and 97. RGB value is (253,52,151). Sum of RGB (Red+Green+Blue) = 253+52+151=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3497 is #02CB68. Grayscale: #7B7B7B. Windows color (decimal): -183145 or 9909501. OLE color: 9909501.

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

Color convert

RGB 253 52 151 -
CMYK 0 0.79 0.40 0.01
HSL 330.45º 0.98% 0.6% -
HSV(B) 330.45º 0.79% 0.99% -
XYZ 47.32 25.57 31.72 -
YUV 123.39 143.59 220.45 -
System Red Green Blue C M Y K H S L
Decimal 253 52 151 0 0.79 0.40 0.01 330.45 0.98 0.6
Hex FD 34 97 0 4F 28 1 14A 62 3C
Octal 375 64 227 0 117 50 1 512 142 74
Binary 11111101 110100 10010111 0 1001111 101000 1 101001010 1100010 111100

Color Harmonies of #FD3497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3497

Black with #FD3497

Text Example


Text Example

White with #FD3497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3497; }

 p { color: rgb(253,52,151); }

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

background-color css

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

 a { background-color: rgb(253,52,151); }

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

border-color css

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

 span { border-color: rgb(253,52,151); }

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