Html Css Color HEX #F2667F Brink Pink

📋 copy color: '#F2667F'

red 242 ◦ green 102 ◦ blue 127

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

Shades of Brink Pink #F2667F

Tints of Brink Pink #F2667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.96%

R = 51.38%
G = 21.66%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2667F (or 0xF2667F) is known color: Brink Pink. HEX triplet: F2, 66 and 7F. RGB value is (242,102,127). Sum of RGB (Red+Green+Blue) = 242+102+127=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2667F is #0D9980. Grayscale: #929292. Windows color (decimal): -891265 or 8349426. OLE color: 8349426.

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

Color convert

RGB 242 102 127 -
CMYK 0 0.58 0.48 0.05
HSL 349.29º 0.84% 0.67% -
HSV(B) 349.29º 0.58% 0.95% -
XYZ 45.2 29.91 23.47 -
YUV 146.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 242 102 127 0 0.58 0.48 0.05 349.29 0.84 0.67
Hex F2 66 7F 0 3A 30 5 15D 54 43
Octal 362 146 177 0 72 60 5 535 124 103
Binary 11110010 1100110 1111111 0 111010 110000 101 101011101 1010100 1000011

Color Harmonies of #F2667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2667F

Black with #F2667F

Text Example


Text Example

White with #F2667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2667F; }

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

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

background-color css

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

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

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

border-color css

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

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

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