Html Css Color HEX #FD4CB2 Brilliant Rose

📋 copy color: '#FD4CB2'

red 253 ◦ green 76 ◦ blue 178

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

Shades of Brilliant Rose #FD4CB2

Tints of Brilliant Rose #FD4CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.99%

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

R = 49.9%
G = 14.99%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD4CB2 (or 0xFD4CB2) is known color: Brilliant Rose. HEX triplet: FD, 4C and B2. RGB value is (253,76,178). Sum of RGB (Red+Green+Blue) = 253+76+178=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4CB2 is #02B34D. Grayscale: #8C8C8C. Windows color (decimal): -176974 or 11685117. OLE color: 11685117.

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

Color convert

RGB 253 76 178 -
CMYK 0 0.70 0.30 0.01
HSL 325.42º 0.98% 0.65% -
HSV(B) 325.42º 0.7% 0.99% -
XYZ 51.13 29.27 45.07 -
YUV 140.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 253 76 178 0 0.70 0.30 0.01 325.42 0.98 0.65
Hex FD 4C B2 0 46 1E 1 145 62 41
Octal 375 114 262 0 106 36 1 505 142 101
Binary 11111101 1001100 10110010 0 1000110 11110 1 101000101 1100010 1000001

Color Harmonies of #FD4CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4CB2

Black with #FD4CB2

Text Example


Text Example

White with #FD4CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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