Html Css Color HEX #FD2FB2 Persian Rose

📋 copy color: '#FD2FB2'

red 253 ◦ green 47 ◦ blue 178

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

Shades of Persian Rose #FD2FB2

Tints of Persian Rose #FD2FB2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.83%

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 52.93%
G = 9.83%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD2FB2 (or 0xFD2FB2) is known color: Persian Rose. HEX triplet: FD, 2F and B2. RGB value is (253,47,178). Sum of RGB (Red+Green+Blue) = 253+47+178=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2FB2 is #02D04D. Grayscale: #7B7B7B. Windows color (decimal): -184398 or 11677693. OLE color: 11677693.

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

Color convert

RGB 253 47 178 -
CMYK 0 0.81 0.30 0.01
HSL 321.84º 0.98% 0.59% -
HSV(B) 321.84º 0.81% 0.99% -
XYZ 49.56 26.13 44.55 -
YUV 123.53 158.75 220.35 -
System Red Green Blue C M Y K H S L
Decimal 253 47 178 0 0.81 0.30 0.01 321.84 0.98 0.59
Hex FD 2F B2 0 51 1E 1 142 62 3B
Octal 375 57 262 0 121 36 1 502 142 73
Binary 11111101 101111 10110010 0 1010001 11110 1 101000010 1100010 111011

Color Harmonies of #FD2FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2FB2

Black with #FD2FB2

Text Example


Text Example

White with #FD2FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2FB2; }

 p { color: rgb(253,47,178); }

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

background-color css

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

 a { background-color: rgb(253,47,178); }

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

border-color css

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

 span { border-color: rgb(253,47,178); }

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