Html Css Color HEX #FF6281 Brink Pink

📋 copy color: '#FF6281'

red 255 ◦ green 98 ◦ blue 129

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

Shades of Brink Pink #FF6281

Tints of Brink Pink #FF6281

RGB

 RED value IS 255 (100% from 255) = 52.9%

 GREEN value IS 98 (38.67% from 255) = 20.33%

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 52.9%
G = 20.33%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF6281 (or 0xFF6281) is known color: Brink Pink. HEX triplet: FF, 62 and 81. RGB value is (255,98,129). Sum of RGB (Red+Green+Blue) = 255+98+129=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6281 is #009D7E. Grayscale: #949494. Windows color (decimal): -40319 or 8479487. OLE color: 8479487.

HSL color Cylindrical-coordinate representation of color #FF6281: hue angle of 348.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6281 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 255 98 129 -
CMYK 0 0.62 0.49 0
HSL 348.15º 1% 0.69% -
HSV(B) 348.15º 0.62% 1% -
XYZ 49.57 31.58 24.25 -
YUV 148.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 255 98 129 0 0.62 0.49 0 348.15 1 0.69
Hex FF 62 81 0 3E 31 0 15C 64 45
Octal 377 142 201 0 76 61 0 534 144 105
Binary 11111111 1100010 10000001 0 111110 110001 0 101011100 1100100 1000101

Color Harmonies of #FF6281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6281

Black with #FF6281

Text Example


Text Example

White with #FF6281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6281; }

 p { color: rgb(255,98,129); }

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

background-color css

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

 a { background-color: rgb(255,98,129); }

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

border-color css

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

 span { border-color: rgb(255,98,129); }

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