Html Css Color HEX #F2648D Brink Pink

📋 copy color: '#F2648D'

red 242 ◦ green 100 ◦ blue 141

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

Shades of Brink Pink #F2648D

Tints of Brink Pink #F2648D

RGB

 RED value IS 242 (94.92% from 255) = 50.1%

 GREEN value IS 100 (39.45% from 255) = 20.7%

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 50.1%
G = 20.7%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2648D (or 0xF2648D) is known color: Brink Pink. HEX triplet: F2, 64 and 8D. RGB value is (242,100,141). Sum of RGB (Red+Green+Blue) = 242+100+141=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2648D is #0D9B72. Grayscale: #939393. Windows color (decimal): -891763 or 9266418. OLE color: 9266418.

HSL color Cylindrical-coordinate representation of color #F2648D: hue angle of 342.68º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2648D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 141 -
CMYK 0 0.59 0.42 0.05
HSL 342.68º 0.85% 0.67% -
HSV(B) 342.68º 0.59% 0.95% -
XYZ 45.98 29.91 28.55 -
YUV 147.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 242 100 141 0 0.59 0.42 0.05 342.68 0.85 0.67
Hex F2 64 8D 0 3B 2A 5 157 55 43
Octal 362 144 215 0 73 52 5 527 125 103
Binary 11110010 1100100 10001101 0 111011 101010 101 101010111 1010101 1000011

Color Harmonies of #F2648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2648D

Black with #F2648D

Text Example


Text Example

White with #F2648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2648D; }

 p { color: rgb(242,100,141); }

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

background-color css

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

 a { background-color: rgb(242,100,141); }

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

border-color css

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

 span { border-color: rgb(242,100,141); }

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