Html Css Color HEX #F4668C Brink Pink

📋 copy color: '#F4668C'

red 244 ◦ green 102 ◦ blue 140

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

Shades of Brink Pink #F4668C

Tints of Brink Pink #F4668C

RGB

 RED value IS 244 (95.7% from 255) = 50.21%

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

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 50.21%
G = 20.99%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4668C (or 0xF4668C) is known color: Brink Pink. HEX triplet: F4, 66 and 8C. RGB value is (244,102,140). Sum of RGB (Red+Green+Blue) = 244+102+140=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4668C is #0B9973. Grayscale: #949494. Windows color (decimal): -760180 or 9201396. OLE color: 9201396.

HSL color Cylindrical-coordinate representation of color #F4668C: hue angle of 343.94º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4668C is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 102 140 -
CMYK 0 0.58 0.43 0.04
HSL 343.94º 0.87% 0.68% -
HSV(B) 343.94º 0.58% 0.96% -
XYZ 46.79 30.63 28.26 -
YUV 148.79 123.04 195.91 -
System Red Green Blue C M Y K H S L
Decimal 244 102 140 0 0.58 0.43 0.04 343.94 0.87 0.68
Hex F4 66 8C 0 3A 2B 4 158 57 44
Octal 364 146 214 0 72 53 4 530 127 104
Binary 11110100 1100110 10001100 0 111010 101011 100 101011000 1010111 1000100

Color Harmonies of #F4668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4668C

Black with #F4668C

Text Example


Text Example

White with #F4668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4668C; }

 p { color: rgb(244,102,140); }

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

background-color css

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

 a { background-color: rgb(244,102,140); }

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

border-color css

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

 span { border-color: rgb(244,102,140); }

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