Html Css Color HEX #FF6298 Brilliant Rose

📋 copy color: '#FF6298'

red 255 ◦ green 98 ◦ blue 152

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

Shades of Brilliant Rose #FF6298

Tints of Brilliant Rose #FF6298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.41%

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

R = 50.5%
G = 19.41%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF6298 (or 0xFF6298) is known color: Brilliant Rose. HEX triplet: FF, 62 and 98. RGB value is (255,98,152). Sum of RGB (Red+Green+Blue) = 255+98+152=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6298 is #009D67. Grayscale: #979797. Windows color (decimal): -40296 or 9986815. OLE color: 9986815.

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

Color convert

RGB 255 98 152 -
CMYK 0 0.62 0.40 0
HSL 339.36º 1% 0.69% -
HSV(B) 339.36º 0.62% 1% -
XYZ 51.28 32.26 33.23 -
YUV 151.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 255 98 152 0 0.62 0.40 0 339.36 1 0.69
Hex FF 62 98 0 3E 28 0 153 64 45
Octal 377 142 230 0 76 50 0 523 144 105
Binary 11111111 1100010 10011000 0 111110 101000 0 101010011 1100100 1000101

Color Harmonies of #FF6298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6298

Black with #FF6298

Text Example


Text Example

White with #FF6298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6298; }

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

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

background-color css

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

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

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

border-color css

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

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

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