Html Css Color HEX #F967A0 Brilliant Rose

📋 copy color: '#F967A0'

red 249 ◦ green 103 ◦ blue 160

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

Shades of Brilliant Rose #F967A0

Tints of Brilliant Rose #F967A0

RGB

 RED value IS 249 (97.66% from 255) = 48.63%

 GREEN value IS 103 (40.63% from 255) = 20.12%

 BLUE value IS 160 (62.89% from 255) = 31.25%

R = 48.63%
G = 20.12%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F967A0 (or 0xF967A0) is known color: Brilliant Rose. HEX triplet: F9, 67 and A0. RGB value is (249,103,160). Sum of RGB (Red+Green+Blue) = 249+103+160=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F967A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F967A0 is #06985F. Grayscale: #999999. Windows color (decimal): -432224 or 10512377. OLE color: 10512377.

HSL color Cylindrical-coordinate representation of color #F967A0: hue angle of 336.58º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967A0 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 103 160 -
CMYK 0 0.59 0.36 0.02
HSL 336.58º 0.92% 0.69% -
HSV(B) 336.58º 0.59% 0.98% -
XYZ 50.26 32.38 36.86 -
YUV 153.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 249 103 160 0 0.59 0.36 0.02 336.58 0.92 0.69
Hex F9 67 A0 0 3B 24 2 151 5C 45
Octal 371 147 240 0 73 44 2 521 134 105
Binary 11111001 1100111 10100000 0 111011 100100 10 101010001 1011100 1000101

Color Harmonies of #F967A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967A0

Black with #F967A0

Text Example


Text Example

White with #F967A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967A0; }

 p { color: rgb(249,103,160); }

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

background-color css

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

 a { background-color: rgb(249,103,160); }

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

border-color css

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

 span { border-color: rgb(249,103,160); }

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