Html Css Color HEX #FD3298 Wild Strawberry

📋 copy color: '#FD3298'

red 253 ◦ green 50 ◦ blue 152

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

Shades of Wild Strawberry #FD3298

Tints of Wild Strawberry #FD3298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.99%

 BLUE value IS 152 (59.77% from 255) = 33.41%

R = 55.6%
G = 10.99%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD3298 (or 0xFD3298) is known color: Wild Strawberry. HEX triplet: FD, 32 and 98. RGB value is (253,50,152). Sum of RGB (Red+Green+Blue) = 253+50+152=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3298 is #02CD67. Grayscale: #7A7A7A. Windows color (decimal): -183656 or 9974525. OLE color: 9974525.

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

Color convert

RGB 253 50 152 -
CMYK 0 0.80 0.40 0.01
HSL 329.85º 0.98% 0.59% -
HSV(B) 329.85º 0.8% 0.99% -
XYZ 47.32 25.43 32.12 -
YUV 122.33 144.75 221.21 -
System Red Green Blue C M Y K H S L
Decimal 253 50 152 0 0.80 0.40 0.01 329.85 0.98 0.59
Hex FD 32 98 0 50 28 1 14A 62 3B
Octal 375 62 230 0 120 50 1 512 142 73
Binary 11111101 110010 10011000 0 1010000 101000 1 101001010 1100010 111011

Color Harmonies of #FD3298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3298

Black with #FD3298

Text Example


Text Example

White with #FD3298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3298; }

 p { color: rgb(253,50,152); }

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

background-color css

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

 a { background-color: rgb(253,50,152); }

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

border-color css

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

 span { border-color: rgb(253,50,152); }

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