Html Css Color HEX #FD299C Persian Rose

📋 copy color: '#FD299C'

red 253 ◦ green 41 ◦ blue 156

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

Shades of Persian Rose #FD299C

Tints of Persian Rose #FD299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.11%

 BLUE value IS 156 (61.33% from 255) = 34.67%

R = 56.22%
G = 9.11%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD299C (or 0xFD299C) is known color: Persian Rose. HEX triplet: FD, 29 and 9C. RGB value is (253,41,156). Sum of RGB (Red+Green+Blue) = 253+41+156=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD299C is #02D663. Grayscale: #757575. Windows color (decimal): -185956 or 10234365. OLE color: 10234365.

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

Color convert

RGB 253 41 156 -
CMYK 0 0.84 0.38 0.01
HSL 327.45º 0.98% 0.58% -
HSV(B) 327.45º 0.84% 0.99% -
XYZ 47.3 24.87 33.76 -
YUV 117.5 149.74 224.65 -
System Red Green Blue C M Y K H S L
Decimal 253 41 156 0 0.84 0.38 0.01 327.45 0.98 0.58
Hex FD 29 9C 0 54 26 1 147 62 3A
Octal 375 51 234 0 124 46 1 507 142 72
Binary 11111101 101001 10011100 0 1010100 100110 1 101000111 1100010 111010

Color Harmonies of #FD299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD299C

Black with #FD299C

Text Example


Text Example

White with #FD299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD299C; }

 p { color: rgb(253,41,156); }

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

background-color css

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

 a { background-color: rgb(253,41,156); }

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

border-color css

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

 span { border-color: rgb(253,41,156); }

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