Html Css Color HEX #F2467F French Rose

📋 copy color: '#F2467F'

red 242 ◦ green 70 ◦ blue 127

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

Shades of French Rose #F2467F

Tints of French Rose #F2467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.95%

 BLUE value IS 127 (50% from 255) = 28.93%

R = 55.13%
G = 15.95%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2467F (or 0xF2467F) is known color: French Rose. HEX triplet: F2, 46 and 7F. RGB value is (242,70,127). Sum of RGB (Red+Green+Blue) = 242+70+127=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2467F is #0DB980. Grayscale: #7F7F7F. Windows color (decimal): -899457 or 8341234. OLE color: 8341234.

HSL color Cylindrical-coordinate representation of color #F2467F: hue angle of 340.12º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2467F is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 70 127 -
CMYK 0 0.71 0.48 0.05
HSL 340.12º 0.87% 0.61% -
HSV(B) 340.12º 0.71% 0.95% -
XYZ 42.64 24.79 22.62 -
YUV 127.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 242 70 127 0 0.71 0.48 0.05 340.12 0.87 0.61
Hex F2 46 7F 0 47 30 5 154 57 3D
Octal 362 106 177 0 107 60 5 524 127 75
Binary 11110010 1000110 1111111 0 1000111 110000 101 101010100 1010111 111101

Color Harmonies of #F2467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2467F

Black with #F2467F

Text Example


Text Example

White with #F2467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2467F; }

 p { color: rgb(242,70,127); }

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

background-color css

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

 a { background-color: rgb(242,70,127); }

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

border-color css

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

 span { border-color: rgb(242,70,127); }

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