Html Css Color HEX #F965A2 Brilliant Rose

📋 copy color: '#F965A2'

red 249 ◦ green 101 ◦ blue 162

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

Shades of Brilliant Rose #F965A2

Tints of Brilliant Rose #F965A2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.73%

 BLUE value IS 162 (63.67% from 255) = 31.64%

R = 48.63%
G = 19.73%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F965A2 (or 0xF965A2) is known color: Brilliant Rose. HEX triplet: F9, 65 and A2. RGB value is (249,101,162). Sum of RGB (Red+Green+Blue) = 249+101+162=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F965A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965A2 is #069A5D. Grayscale: #989898. Windows color (decimal): -432734 or 10642937. OLE color: 10642937.

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

Color convert

RGB 249 101 162 -
CMYK 0 0.59 0.35 0.02
HSL 335.27º 0.93% 0.69% -
HSV(B) 335.27º 0.59% 0.98% -
XYZ 50.24 32.06 37.72 -
YUV 152.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 249 101 162 0 0.59 0.35 0.02 335.27 0.93 0.69
Hex F9 65 A2 0 3B 23 2 14F 5C 45
Octal 371 145 242 0 73 43 2 517 134 105
Binary 11111001 1100101 10100010 0 111011 100011 10 101001111 1011100 1000101

Color Harmonies of #F965A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965A2

Black with #F965A2

Text Example


Text Example

White with #F965A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965A2; }

 p { color: rgb(249,101,162); }

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

background-color css

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

 a { background-color: rgb(249,101,162); }

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

border-color css

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

 span { border-color: rgb(249,101,162); }

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