Html Css Color HEX #FA6698 Brilliant Rose

📋 copy color: '#FA6698'

red 250 ◦ green 102 ◦ blue 152

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

Shades of Brilliant Rose #FA6698

Tints of Brilliant Rose #FA6698

RGB

 RED value IS 250 (98.05% from 255) = 49.6%

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

 BLUE value IS 152 (59.77% from 255) = 30.16%

R = 49.6%
G = 20.24%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA6698 (or 0xFA6698) is known color: Brilliant Rose. HEX triplet: FA, 66 and 98. RGB value is (250,102,152). Sum of RGB (Red+Green+Blue) = 250+102+152=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6698 is #059967. Grayscale: #979797. Windows color (decimal): -366952 or 9987834. OLE color: 9987834.

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

Color convert

RGB 250 102 152 -
CMYK 0 0.59 0.39 0.02
HSL 339.73º 0.94% 0.69% -
HSV(B) 339.73º 0.59% 0.98% -
XYZ 49.84 32.09 33.27 -
YUV 151.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 250 102 152 0 0.59 0.39 0.02 339.73 0.94 0.69
Hex FA 66 98 0 3B 27 2 154 5E 45
Octal 372 146 230 0 73 47 2 524 136 105
Binary 11111010 1100110 10011000 0 111011 100111 10 101010100 1011110 1000101

Color Harmonies of #FA6698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6698

Black with #FA6698

Text Example


Text Example

White with #FA6698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6698; }

 p { color: rgb(250,102,152); }

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

background-color css

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

 a { background-color: rgb(250,102,152); }

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

border-color css

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

 span { border-color: rgb(250,102,152); }

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