Html Css Color HEX #F966A4 Brilliant Rose

📋 copy color: '#F966A4'

red 249 ◦ green 102 ◦ blue 164

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

Shades of Brilliant Rose #F966A4

Tints of Brilliant Rose #F966A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.84%

R = 48.35%
G = 19.81%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F966A4 (or 0xF966A4) is known color: Brilliant Rose. HEX triplet: F9, 66 and A4. RGB value is (249,102,164). Sum of RGB (Red+Green+Blue) = 249+102+164=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F966A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F966A4 is #06995B. Grayscale: #989898. Windows color (decimal): -432476 or 10774265. OLE color: 10774265.

HSL color Cylindrical-coordinate representation of color #F966A4: hue angle of 334.69º 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 #F966A4 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 164 -
CMYK 0 0.59 0.34 0.02
HSL 334.69º 0.92% 0.69% -
HSV(B) 334.69º 0.59% 0.98% -
XYZ 50.52 32.32 38.7 -
YUV 153.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 249 102 164 0 0.59 0.34 0.02 334.69 0.92 0.69
Hex F9 66 A4 0 3B 22 2 14F 5C 45
Octal 371 146 244 0 73 42 2 517 134 105
Binary 11111001 1100110 10100100 0 111011 100010 10 101001111 1011100 1000101

Color Harmonies of #F966A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966A4

Black with #F966A4

Text Example


Text Example

White with #F966A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966A4; }

 p { color: rgb(249,102,164); }

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

background-color css

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

 a { background-color: rgb(249,102,164); }

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

border-color css

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

 span { border-color: rgb(249,102,164); }

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