Html Css Color HEX #F2628B Brink Pink

📋 copy color: '#F2628B'

red 242 ◦ green 98 ◦ blue 139

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

Shades of Brink Pink #F2628B

Tints of Brink Pink #F2628B

RGB

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

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

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

R = 50.52%
G = 20.46%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2628B (or 0xF2628B) is known color: Brink Pink. HEX triplet: F2, 62 and 8B. RGB value is (242,98,139). Sum of RGB (Red+Green+Blue) = 242+98+139=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2628B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2628B is #0D9D74. Grayscale: #919191. Windows color (decimal): -892277 or 9134834. OLE color: 9134834.

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

Color convert

RGB 242 98 139 -
CMYK 0 0.60 0.43 0.05
HSL 342.92º 0.85% 0.67% -
HSV(B) 342.92º 0.6% 0.95% -
XYZ 45.65 29.48 27.71 -
YUV 145.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 242 98 139 0 0.60 0.43 0.05 342.92 0.85 0.67
Hex F2 62 8B 0 3C 2B 5 157 55 43
Octal 362 142 213 0 74 53 5 527 125 103
Binary 11110010 1100010 10001011 0 111100 101011 101 101010111 1010101 1000011

Color Harmonies of #F2628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2628B

Black with #F2628B

Text Example


Text Example

White with #F2628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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