Html Css Color HEX #F2667B Brink Pink

📋 copy color: '#F2667B'

red 242 ◦ green 102 ◦ blue 123

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

Shades of Brink Pink #F2667B

Tints of Brink Pink #F2667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.84%

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 51.82%
G = 21.84%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2667B (or 0xF2667B) is known color: Brink Pink. HEX triplet: F2, 66 and 7B. RGB value is (242,102,123). Sum of RGB (Red+Green+Blue) = 242+102+123=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2667B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2667B is #0D9984. Grayscale: #929292. Windows color (decimal): -891269 or 8087282. OLE color: 8087282.

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

Color convert

RGB 242 102 123 -
CMYK 0 0.58 0.49 0.05
HSL 351º 0.84% 0.67% -
HSV(B) 351º 0.58% 0.95% -
XYZ 44.94 29.81 22.12 -
YUV 146.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 242 102 123 0 0.58 0.49 0.05 351 0.84 0.67
Hex F2 66 7B 0 3A 31 5 15F 54 43
Octal 362 146 173 0 72 61 5 537 124 103
Binary 11110010 1100110 1111011 0 111010 110001 101 101011111 1010100 1000011

Color Harmonies of #F2667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2667B

Black with #F2667B

Text Example


Text Example

White with #F2667B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2667B; }

 p { color: rgb(242,102,123); }

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

background-color css

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

 a { background-color: rgb(242,102,123); }

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

border-color css

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

 span { border-color: rgb(242,102,123); }

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