Html Css Color HEX #F25398 Brilliant Rose

📋 copy color: '#F25398'

red 242 ◦ green 83 ◦ blue 152

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

Shades of Brilliant Rose #F25398

Tints of Brilliant Rose #F25398

RGB

 RED value IS 242 (94.92% from 255) = 50.73%

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 50.73%
G = 17.4%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F25398 (or 0xF25398) is known color: Brilliant Rose. HEX triplet: F2, 53 and 98. RGB value is (242,83,152). Sum of RGB (Red+Green+Blue) = 242+83+152=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F25398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25398 is #0DAC67. Grayscale: #8A8A8A. Windows color (decimal): -896104 or 9982962. OLE color: 9982962.

HSL color Cylindrical-coordinate representation of color #F25398: hue angle of 333.96º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25398 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 83 152 -
CMYK 0 0.66 0.37 0.05
HSL 333.96º 0.86% 0.64% -
HSV(B) 333.96º 0.66% 0.95% -
XYZ 45.38 27.33 32.59 -
YUV 138.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 242 83 152 0 0.66 0.37 0.05 333.96 0.86 0.64
Hex F2 53 98 0 42 25 5 14E 56 40
Octal 362 123 230 0 102 45 5 516 126 100
Binary 11110010 1010011 10011000 0 1000010 100101 101 101001110 1010110 1000000

Color Harmonies of #F25398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25398

Black with #F25398

Text Example


Text Example

White with #F25398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25398; }

 p { color: rgb(242,83,152); }

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

background-color css

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

 a { background-color: rgb(242,83,152); }

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

border-color css

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

 span { border-color: rgb(242,83,152); }

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