Html Css Color HEX #FF6998 Brilliant Rose

📋 copy color: '#FF6998'

red 255 ◦ green 105 ◦ blue 152

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

Shades of Brilliant Rose #FF6998

Tints of Brilliant Rose #FF6998

RGB

 RED value IS 255 (100% from 255) = 49.8%

 GREEN value IS 105 (41.41% from 255) = 20.51%

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

R = 49.8%
G = 20.51%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF6998 (or 0xFF6998) is known color: Brilliant Rose. HEX triplet: FF, 69 and 98. RGB value is (255,105,152). Sum of RGB (Red+Green+Blue) = 255+105+152=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6998 is #009667. Grayscale: #9B9B9B. Windows color (decimal): -38504 or 9988607. OLE color: 9988607.

HSL color Cylindrical-coordinate representation of color #FF6998: hue angle of 341.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6998 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 105 152 -
CMYK 0 0.59 0.40 0
HSL 341.2º 1% 0.71% -
HSV(B) 341.2º 0.59% 1% -
XYZ 51.96 33.63 33.46 -
YUV 155.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 255 105 152 0 0.59 0.40 0 341.2 1 0.71
Hex FF 69 98 0 3B 28 0 155 64 47
Octal 377 151 230 0 73 50 0 525 144 107
Binary 11111111 1101001 10011000 0 111011 101000 0 101010101 1100100 1000111

Color Harmonies of #FF6998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6998

Black with #FF6998

Text Example


Text Example

White with #FF6998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6998; }

 p { color: rgb(255,105,152); }

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

background-color css

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

 a { background-color: rgb(255,105,152); }

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

border-color css

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

 span { border-color: rgb(255,105,152); }

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