Html Css Color HEX #FF6293 Brink Pink

📋 copy color: '#FF6293'

red 255 ◦ green 98 ◦ blue 147

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

Shades of Brink Pink #FF6293

Tints of Brink Pink #FF6293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 51%
G = 19.6%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF6293 (or 0xFF6293) is known color: Brink Pink. HEX triplet: FF, 62 and 93. RGB value is (255,98,147). Sum of RGB (Red+Green+Blue) = 255+98+147=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6293 is #009D6C. Grayscale: #969696. Windows color (decimal): -40301 or 9659135. OLE color: 9659135.

HSL color Cylindrical-coordinate representation of color #FF6293: hue angle of 341.27º 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 #FF6293 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 98 147 -
CMYK 0 0.62 0.42 0
HSL 341.27º 1% 0.69% -
HSV(B) 341.27º 0.62% 1% -
XYZ 50.87 32.1 31.12 -
YUV 150.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 255 98 147 0 0.62 0.42 0 341.27 1 0.69
Hex FF 62 93 0 3E 2A 0 155 64 45
Octal 377 142 223 0 76 52 0 525 144 105
Binary 11111111 1100010 10010011 0 111110 101010 0 101010101 1100100 1000101

Color Harmonies of #FF6293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6293

Black with #FF6293

Text Example


Text Example

White with #FF6293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6293; }

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

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

background-color css

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

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

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

border-color css

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

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

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