Html Css Color HEX #F06B7F Brink Pink

📋 copy color: '#F06B7F'

red 240 ◦ green 107 ◦ blue 127

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

Shades of Brink Pink #F06B7F

Tints of Brink Pink #F06B7F

RGB

 RED value IS 240 (94.14% from 255) = 50.63%

 GREEN value IS 107 (42.19% from 255) = 22.57%

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

R = 50.63%
G = 22.57%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F06B7F (or 0xF06B7F) is known color: Brink Pink. HEX triplet: F0, 6B and 7F. RGB value is (240,107,127). Sum of RGB (Red+Green+Blue) = 240+107+127=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06B7F is #0F9480. Grayscale: #959595. Windows color (decimal): -1021057 or 8350704. OLE color: 8350704.

HSL color Cylindrical-coordinate representation of color #F06B7F: hue angle of 350.98º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06B7F is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 107 127 -
CMYK 0 0.55 0.47 0.06
HSL 350.98º 0.82% 0.68% -
HSV(B) 350.98º 0.55% 0.94% -
XYZ 45.02 30.57 23.61 -
YUV 149.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 240 107 127 0 0.55 0.47 0.06 350.98 0.82 0.68
Hex F0 6B 7F 0 37 2F 6 15F 52 44
Octal 360 153 177 0 67 57 6 537 122 104
Binary 11110000 1101011 1111111 0 110111 101111 110 101011111 1010010 1000100

Color Harmonies of #F06B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06B7F

Black with #F06B7F

Text Example


Text Example

White with #F06B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06B7F; }

 p { color: rgb(240,107,127); }

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

background-color css

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

 a { background-color: rgb(240,107,127); }

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

border-color css

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

 span { border-color: rgb(240,107,127); }

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