Html Css Color HEX #FD67A2 Brilliant Rose

📋 copy color: '#FD67A2'

red 253 ◦ green 103 ◦ blue 162

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

Shades of Brilliant Rose #FD67A2

Tints of Brilliant Rose #FD67A2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.88%

 BLUE value IS 162 (63.67% from 255) = 31.27%

R = 48.84%
G = 19.88%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD67A2 (or 0xFD67A2) is known color: Brilliant Rose. HEX triplet: FD, 67 and A2. RGB value is (253,103,162). Sum of RGB (Red+Green+Blue) = 253+103+162=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD67A2 is #02985D. Grayscale: #9A9A9A. Windows color (decimal): -170078 or 10643453. OLE color: 10643453.

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

Color convert

RGB 253 103 162 -
CMYK 0 0.59 0.36 0.01
HSL 336.4º 0.97% 0.7% -
HSV(B) 336.4º 0.59% 0.99% -
XYZ 51.88 33.19 37.85 -
YUV 154.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 253 103 162 0 0.59 0.36 0.01 336.4 0.97 0.7
Hex FD 67 A2 0 3B 24 1 150 61 46
Octal 375 147 242 0 73 44 1 520 141 106
Binary 11111101 1100111 10100010 0 111011 100100 1 101010000 1100001 1000110

Color Harmonies of #FD67A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD67A2

Black with #FD67A2

Text Example


Text Example

White with #FD67A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD67A2; }

 p { color: rgb(253,103,162); }

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

background-color css

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

 a { background-color: rgb(253,103,162); }

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

border-color css

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

 span { border-color: rgb(253,103,162); }

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