Html Css Color HEX #F968A0 Brilliant Rose

📋 copy color: '#F968A0'

red 249 ◦ green 104 ◦ blue 160

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

Shades of Brilliant Rose #F968A0

Tints of Brilliant Rose #F968A0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

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

R = 48.54%
G = 20.27%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F968A0 (or 0xF968A0) is known color: Brilliant Rose. HEX triplet: F9, 68 and A0. RGB value is (249,104,160). Sum of RGB (Red+Green+Blue) = 249+104+160=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F968A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968A0 is #06975F. Grayscale: #999999. Windows color (decimal): -431968 or 10512633. OLE color: 10512633.

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

Color convert

RGB 249 104 160 -
CMYK 0 0.58 0.36 0.02
HSL 336.83º 0.92% 0.69% -
HSV(B) 336.83º 0.58% 0.98% -
XYZ 50.36 32.58 36.89 -
YUV 153.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 249 104 160 0 0.58 0.36 0.02 336.83 0.92 0.69
Hex F9 68 A0 0 3A 24 2 151 5C 45
Octal 371 150 240 0 72 44 2 521 134 105
Binary 11111001 1101000 10100000 0 111010 100100 10 101010001 1011100 1000101

Color Harmonies of #F968A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968A0

Black with #F968A0

Text Example


Text Example

White with #F968A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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