Html Css Color HEX #F2648B Brink Pink

📋 copy color: '#F2648B'

red 242 ◦ green 100 ◦ blue 139

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

Shades of Brink Pink #F2648B

Tints of Brink Pink #F2648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 50.31%
G = 20.79%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2648B (or 0xF2648B) is known color: Brink Pink. HEX triplet: F2, 64 and 8B. RGB value is (242,100,139). Sum of RGB (Red+Green+Blue) = 242+100+139=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2648B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2648B is #0D9B74. Grayscale: #929292. Windows color (decimal): -891765 or 9135346. OLE color: 9135346.

HSL color Cylindrical-coordinate representation of color #F2648B: hue angle of 343.52º 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 #F2648B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 139 -
CMYK 0 0.59 0.43 0.05
HSL 343.52º 0.85% 0.67% -
HSV(B) 343.52º 0.59% 0.95% -
XYZ 45.84 29.86 27.77 -
YUV 146.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 242 100 139 0 0.59 0.43 0.05 343.52 0.85 0.67
Hex F2 64 8B 0 3B 2B 5 158 55 43
Octal 362 144 213 0 73 53 5 530 125 103
Binary 11110010 1100100 10001011 0 111011 101011 101 101011000 1010101 1000011

Color Harmonies of #F2648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2648B

Black with #F2648B

Text Example


Text Example

White with #F2648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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