Html Css Color HEX #FD269A Persian Rose

📋 copy color: '#FD269A'

red 253 ◦ green 38 ◦ blue 154

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

Shades of Persian Rose #FD269A

Tints of Persian Rose #FD269A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.54%

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

R = 56.85%
G = 8.54%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD269A (or 0xFD269A) is known color: Persian Rose. HEX triplet: FD, 26 and 9A. RGB value is (253,38,154). Sum of RGB (Red+Green+Blue) = 253+38+154=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD269A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD269A is #02D965. Grayscale: #737373. Windows color (decimal): -186726 or 10102525. OLE color: 10102525.

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

Color convert

RGB 253 38 154 -
CMYK 0 0.85 0.39 0.01
HSL 327.63º 0.98% 0.57% -
HSV(B) 327.63º 0.85% 0.99% -
XYZ 47.03 24.6 32.84 -
YUV 115.51 149.73 226.07 -
System Red Green Blue C M Y K H S L
Decimal 253 38 154 0 0.85 0.39 0.01 327.63 0.98 0.57
Hex FD 26 9A 0 55 27 1 148 62 39
Octal 375 46 232 0 125 47 1 510 142 71
Binary 11111101 100110 10011010 0 1010101 100111 1 101001000 1100010 111001

Color Harmonies of #FD269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD269A

Black with #FD269A

Text Example


Text Example

White with #FD269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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