Html Css Color HEX #FD299A Persian Rose

📋 copy color: '#FD299A'

red 253 ◦ green 41 ◦ blue 154

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

Shades of Persian Rose #FD299A

Tints of Persian Rose #FD299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 56.47%
G = 9.15%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD299A (or 0xFD299A) is known color: Persian Rose. HEX triplet: FD, 29 and 9A. RGB value is (253,41,154). Sum of RGB (Red+Green+Blue) = 253+41+154=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD299A is #02D665. Grayscale: #757575. Windows color (decimal): -185958 or 10103293. OLE color: 10103293.

HSL color Cylindrical-coordinate representation of color #FD299A: hue angle of 328.02º 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 #FD299A is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 41 154 -
CMYK 0 0.84 0.39 0.01
HSL 328.02º 0.98% 0.58% -
HSV(B) 328.02º 0.84% 0.99% -
XYZ 47.13 24.8 32.87 -
YUV 117.27 148.74 224.81 -
System Red Green Blue C M Y K H S L
Decimal 253 41 154 0 0.84 0.39 0.01 328.02 0.98 0.58
Hex FD 29 9A 0 54 27 1 148 62 3A
Octal 375 51 232 0 124 47 1 510 142 72
Binary 11111101 101001 10011010 0 1010100 100111 1 101001000 1100010 111010

Color Harmonies of #FD299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD299A

Black with #FD299A

Text Example


Text Example

White with #FD299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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